Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # install nodebrew
  2. curl -L git.io/nodebrew | perl - setup
  3.  
  4. # install latest
  5. nodebrew install-binary latest
  6.  
  7. # install global package
  8. npm install -g eslint eslint-plugin-react babel-eslint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement