Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Cloning and installing packages is failing because package-lock.json is present #115

Open
renatorozas opened this issue Nov 26, 2019 · 0 comments

Comments

@renatorozas
Copy link

Describe the bug
When you run the steps documented under Running locally in development mode, it will fail installing the packages because package-lock.json is present.

In order to fix this you can either:

  1. Remove package-lock.json before you run npm install
  2. Stop tracking package-lock.json so you don't need to run rm package-lock.json before npm install.

To Reproduce
Run the commands documented under section: Running locally in development mode.

Expected behavior
I want to be able to run the commands documented under section: Running locally in development mode without errors.

Node version, NPM version and Operating System and version

Node 13.1.0
npm 6.13.1
macOS 10.15.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant