Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't delete package-lock.json #67

Merged
merged 1 commit into from Oct 31, 2021
Merged

Don't delete package-lock.json #67

merged 1 commit into from Oct 31, 2021

Conversation

AndyA
Copy link
Contributor

@AndyA AndyA commented Oct 19, 2021

git reset --hard <file> doesn't work - so package-lock.json is always deleted.

Using git checkout -- package-lock.json instead seems reasonable.

@creyD
Copy link
Owner

creyD commented Oct 31, 2021

Hi, sorry for the delay in response. I always thought that the package-lock file should be excluded from version control, but apparently (after doing a quick research) this is not the case. Thanks for your contribution!

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

Successfully merging this pull request may close these issues.

None yet

2 participants