Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt-get install nodejs
- sudo apt-get install npm
- # install packages (module / library) to local directory
- npm install express
- # install it globally
- npm install -g express
- npm install
Advertisement
Add Comment
Please, Sign In to add comment