You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package-lock.json is automatically generated for any operations where npm modifies either the node_modules tree, or package.json. It describes the exact tree that was generated, such that subsequent installs are able to generate identical trees, regardless of intermediate dependency updates.
This file is intended to be committed into source repositories.
we need to upgrade https://github.com/robotology/yarp.js to support node v14.17.0 (version used on the module openmctStaticServer) or the current latest LTS.
nunoguedelha
changed the title
freeze the node_modules tree for beter setup reproducibility
freeze the node_modules tree for better setup reproducibility
Nov 22, 2021
Refer to npm documentation:
https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json
This is supported since npm version 5 (https://nodejs.dev/learn/the-package-lock-json-file). Considering the npm supported versions on Node.js:
we need to upgrade https://github.com/robotology/yarp.js to support node v14.17.0 (version used on the module
openmctStaticServer
) or the current latest LTS.CC @traversaro @S-Dafarra @RiccardoGrieco
The text was updated successfully, but these errors were encountered: