-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
lockfile generation still is buggy with 15.8.1 #15366
Comments
I'm having a similar issue with npm ERR! Missing: [email protected] from lock file
npm ERR! Missing: [email protected] from lock file NX Report
npm ls ms (after npm i)
npm ls long (after npm i)
After |
Same issue on
|
Thank you all for reporting this. It's a very interesting chicken-and-the-egg problem. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
When deploying to app engine
Expected Behavior
No error
GitHub Repo
https://github.com/vicb/flyxc
Steps to Reproduce
nx build fxc-server --prod --skip-nx-cache && rm dist/apps/fxc-server/package-lock.json && gcloud app deploy dist/apps/fxc-server/app.yaml
I have to delete
dist/apps/fxc-server/package-lock.json
otherwise google cloud complains it's invalidNx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: