Skip to content

Instantly share code, notes, and snippets.

@phizaz
Last active October 25, 2015 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phizaz/816d420046b1941d040c to your computer and use it in GitHub Desktop.
Save phizaz/816d420046b1941d040c to your computer and use it in GitHub Desktop.
# install with global option because node.js has two kinds of package installs,
# one is 'global' everything in the computer can use the global packages
# another one is 'local' only the designated area can use the local packages
# here we want babel (as a system-wide program) can be used from anywhere
$ npm install --global babel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment