Top "Npm-install" questions

npm install <packagename> is a command in the npm CLI that searches for and installs a specified package from an npm repository.

How to fix 'fs: re-evaluating native module sources is not supported' - graceful-fs

Recently I've made a switch to Node v.6, and It started creating more and more problems with running normal builds …

node.js npm node-modules npm-install
Local gulp not found (Try running: npm install gulp)

I created a module (webapp-module-storage) which has the following definitions: package.json { "dependencies": { ... }, "devDependencies": { "gulp": "^3.9.1", ... }, "name": "webapp-module-storage", "scripts": { "postinstall": "gulp …

npm gulp npm-install post-install
What is the difference between "npm install" and "npm ci"?

I'm working with continuous integration and discovered the npm ci command. I can't figure what the advantages are of using …

npm continuous-integration npm-install npm-ci
How to install only "devDependencies" using npm

I am trying to install ONLY the "devDependencies" listed in my package.json file. But none of the following commands …

node.js npm npm-install package.json
The command "npm run build -- --prod" exited with code 1 error

I'm developing an Asp.Net Core 2 and Angular 5 project in visual studio 2017. When I'm going to publish my project then …

angular npm asp.net-core angular-cli npm-install
How to see logs from npm installation?

I am unable to install ionic through npm. Are there any logs that I can check to see what's wrong …

npm-install
Installing npm package fails with 404

Using the command prompt, I am trying to install angular CLI and it fails. I have npm version 5.5.1 and node …

node.js angular-cli npm-install
What does npm install --legacy-peer-deps do exactly? When is it recommended / What's a potential use case?

Just ran into this error: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm …

javascript node.js reactjs npm npm-install
Do I need both package-lock.json and package.json?

After updating my NPM to the latest version (from 3.X to 5.2.0) and running npm install on an existing project, I …

npm npm-install package.json package-lock.json