You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running
npm-cache install npm --production
if you later run without --production on same package.json-file you get the same result
Ex
have a package.json file with devDependencies
run: npm-cache install npm --production
delete node_modules folder
run: npm-cache install npm
then node_modules doesn't container devDependencies
The text was updated successfully, but these errors were encountered:
When running
npm-cache install npm --production
if you later run without --production on same package.json-file you get the same result
Ex
have a package.json file with devDependencies
run: npm-cache install npm --production
delete node_modules folder
run: npm-cache install npm
then node_modules doesn't container devDependencies
The text was updated successfully, but these errors were encountered: