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
Developers are often getting unexpected changes in their package-lock.json when running npm install in their project. This is most of the time caused by developers using different major versions of npm.
To avoid this as much as possible, we should probably enforce the update of npm to the lastest version during the provisioning.
The text was updated successfully, but these errors were encountered:
Developers are often getting unexpected changes in their
package-lock.json
when runningnpm install
in their project. This is most of the time caused by developers using different major versions of npm.To avoid this as much as possible, we should probably enforce the update of npm to the lastest version during the provisioning.
The text was updated successfully, but these errors were encountered: