Posts by Henrique Borges • 111 points
1 post
-
1
votes2
answers117
viewsA: How to install the express in Ubuntu via npm?
First create a new project using the "npm init" command. This will create a file called "package.json" in your folder. Then use the command "npm install express --save" ("--save" if you want to save…