This repository was archived by the owner on Sep 13, 2023. It is now read-only.
This repository was archived by the owner on Sep 13, 2023. It is now read-only.
The Package-lock.json prevent from installing dependencies #1
Closed
Description
After my first checkout I did try to install all the dependencies by running npm i
but it resulted in an error because of a hash that has been computed on another computer but that is present in the package-lock.json
Expected Behavior
I think that, even if it's a minor problem and that is really easy to do, it may be great if we don't have to remove the package-lock after every pull
Current Behavior
The package-lock prevent from installing dependencies. We must delete it before to run npm install
Possible Solution
Add package-lock.json to the gitignore
Steps to Reproduce (for bugs)
- Checkout the project on another computer
- Run
npm install
Your Environment
- Version used: v1.0.0, last commit : edae19b
- Operating System and version: Ubuntu 16.04