Last active
November 21, 2017 10:29
-
-
Save lorne-luo/e5816f32589be52c985acaeacd408e2c to your computer and use it in GitHub Desktop.
install nodejs and npm
This file contains 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
# download https://nodejs.org/en/ | |
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share} | |
npm init -y | |
npm set init.author.email "[email protected]" | |
npm set init.author.name "Lorne" | |
npm set init.license "MIT" | |
npm install express-generator -g | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment