Thursday, 27 April 2017

Difference between npm install and npm run build

What is the difference between npm install and npm run build. I have noticed in my project that some times npm start fails when npm install is performed but upon running npm run build it works just fine.

How does the inner workings of these two targets namely install and run build differ?



via BalajiK

No comments:

Post a Comment