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
installandrun builddiffer?
via BalajiK
No comments:
Post a Comment