We do build our package.json on developer's machine. And just run npm
install on the production machine. We're even considering offloading
this task to CI server and just copy the final build files to the
production machine as we've had inconsistencies in npm install at
times and doing it multiple times doesn't make sense in most cases.
--
With Regards,
Mehul Ved