Skip to content
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
@Killy85

Description

@Killy85

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)

  1. Checkout the project on another computer
  2. Run npm install

Your Environment

  • Version used: v1.0.0, last commit : edae19b
  • Operating System and version: Ubuntu 16.04

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions