Answer the question
In order to leave comments, you need to log in
Has anyone experienced install npm express?
Hello.
I decided to get acquainted with the newfangled pioneer - Node.JS, the speed is very tempting.
But with the npm install express command, node_modules does not appear in the selected project folder, and npm itself starts to throw an error.
Has anyone experienced this and how did you resolve it?
Windows 7 x64
Answer the question
In order to leave comments, you need to log in
Are you sure you have NodeJS installed? You need to download the installation from the website, install it, and then install express.
Likbez:
npm is a package manager that comes with NodeJS. You can check if it is installed using the command in the console
. If there is nothing, check if NodeJS is installed (for example, v8.9.3)
If there is NodeJS, then there should be npm. If not, reinstall NodeJS.
Express is a framework for NodeJS. And it is installed via npm
ornpm install express
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question