tagged [npm]

How to npm install to a specified directory?

How to npm install to a specified directory? Is it possible to specify a target directory when running `npm install `?

22 Jan at 22:49

Command to remove all npm modules globally

Command to remove all npm modules globally Is there a command to remove all global npm modules? If not, what do you suggest?

17 Sep at 17:1

Where does npm install packages?

Where does npm install packages? Can someone tell me where can I find the Node.js modules, which I installed using `npm`?

12 Dec at 19:49

npm install vs. update - what's the difference?

npm install vs. update - what's the difference? What is the practical difference between `npm install` and `npm update`? When should I use which?

8 Mar at 17:6

What is the --save option for npm install?

What is the --save option for npm install? I saw some tutorial where the command was: What does the `--save` option mean?

20 Dec at 13:0

Local dependency in package.json

Local dependency in package.json I want to do something like this, so `npm install` also installs the `package.json` of `../somelocallib` or more importantly its dependencies.

17 Jan at 15:2

NPM clean modules

NPM clean modules Is there a way to get npm to unbuild all the modules under node_modules? Something like npm rebuild that removes all build artifacts but doesn't rebuild them?

5 Jul at 20:5

How do you reinstall an app's dependencies using npm?

How do you reinstall an app's dependencies using npm? Is there a simple way to reinstall packages that my app depends on (i.e. they are in my apps node_modules folder)?

12 Oct at 20:18

What does " yarn build " command do? Are " npm build " and "yarn build" similar commands?

What does " yarn build " command do? Are " npm build " and "yarn build" similar commands? What does `yarn build` command do ? Are `yarn build` and `npm build` the same? If not what's the difference?

3 Feb at 12:37

What does 'x packages are looking for funding' mean when running `npm install`?

What does 'x packages are looking for funding' mean when running `npm install`? I usually get `"x packages are looking for funding."` when running `npm install` on a `react` project. Any idea what tha...

14 Jan at 14:23