Last active
October 25, 2015 08:05
-
-
Save phizaz/816d420046b1941d040c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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