Skip to content

Instantly share code, notes, and snippets.

@lorne-luo
Last active November 21, 2017 10:29
Show Gist options
  • Save lorne-luo/e5816f32589be52c985acaeacd408e2c to your computer and use it in GitHub Desktop.
Save lorne-luo/e5816f32589be52c985acaeacd408e2c to your computer and use it in GitHub Desktop.
install nodejs and npm
# 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 "dev@luotao.net"
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