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 lockfile package-lock.json or yarn.lock #12

Open
emanuelb opened this issue Apr 17, 2023 · 1 comment
Open

Missing lockfile package-lock.json or yarn.lock #12

emanuelb opened this issue Apr 17, 2023 · 1 comment

Comments

@emanuelb
Copy link

The repo doesn't contain a lockfile file such as package-lock.json (when npm used) or yarn.lock (when yarn used), which enable reproducible-builds as the same versions can be used when rebuilding the app by using npm ci command which currently fail with error.

fix: include lockfile in the repo, and ensure app compilation work when npm ci or yarn install --frozen-lockfile is used to install deps (needed for reproducible deps installation)

@technologiespro
Copy link
Owner

updated and file available

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

No branches or pull requests

2 participants