Npm packages and dependencies
In package.json you have two sections with dependencies dependencies and devDependencies. The main difference is that dependencies from devDependencies do not get installed when you execute npm install --production
.
- Previous: IIS Restart
- Next: PowerShell Edit hosts