Our process at work for updating package-lock.json is to delete the whole file 
and the node_modules folder and then run `npm install` again to regenerate it 
with the latest versions of everything.

Note that package-lock.json is only used for the local dev environment for the 
package, it's not used when installing the package as a dependency of another 
project (as far as I know).

[ Full content available at: https://github.com/apache/cordova-cli/pull/325 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to