S
S
Sergey Grigorov2018-04-16 09:51:58
Node.js
Sergey Grigorov, 2018-04-16 09:51:58

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

1 answer(s)
W
WhatIsHTML, 2018-04-16
@WhatIsHTML

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
or
npm install express

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question