I was working on a react project.
I cloned it in a new machine.
As soon as I ran the command npm install
, package-lock.json
file was rewritten completely.
- Is this a problem?
- And how should I deal with it?
I was working on a react project.
I cloned it in a new machine.
As soon as I ran the command npm install
, package-lock.json
file was rewritten completely.