Question
How to prevent npm install on App
It seems that the app platform always runs the npm install
command when it’s building a component.
Since we compile our assets on our development platform the npm install command is unnecessary.
When the package.json file is removed it doesn’t run this command, but I want to keep this file in our repo.
Is there any reason this command is automatically executed. And is there any way to prevent this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×