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

Missing package-lock.json or yarn.lock #223

Closed
mvanroon opened this issue Jun 1, 2023 · 1 comment · Fixed by #225
Closed

Missing package-lock.json or yarn.lock #223

mvanroon opened this issue Jun 1, 2023 · 1 comment · Fixed by #225
Labels
bug Something isn't working released

Comments

@mvanroon
Copy link
Contributor

mvanroon commented Jun 1, 2023

While creating a PR I noticed that the project is missing a lock file.

From https://docs.npmjs.com/cli/v6/configuring-npm/package-locks/#:~:text=It%20is%20highly%20recommended%20you,that%20you%20were%20developing%20on:

"It is highly recommended you commit the generated package lock to source control: this will allow anyone else on your team, your deployments, your CI/continuous integration, and anyone else who runs npm install in your package source to get the exact same dependency tree that you were developing on."

Also: running npm install without --force results in multiple resolve issues.

@mvanroon mvanroon added the bug Something isn't working label Jun 1, 2023
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

🎉 This issue has been resolved in version 0.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant