DEV Community

Discussion on: What interesting things I can do with npm?

Collapse
 
kayis profile image
K

Best thing is that dev-dependencies are accessible like globals in npm scripts.

So you can run "npm i" and then simply run every script and use global packages without installing them globally.