Run npm install with other commands for project
up vote
0
down vote
favorite
1
Is there a way to run a the command “npm install” which is under the hood Other command , like postinstall etc. I know that you can run npm run <scriptName> but Not sure how to run some command from the script section (of the package.json)during the npm install command. I try to read about it, not find any hint... https://michael-kuehnel.de/tooling/2018/03/22/helpers-and-tips-for-npm-run-scripts.html
javascript node.js
share | improve this question
edited Nov 22 at 11:52
asked Nov 22 at 11:47
...