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

[BUG] NPM CI in github action fails #6729

Open
2 tasks done
mfernandes-alcumus opened this issue Aug 23, 2023 · 0 comments
Open
2 tasks done

[BUG] NPM CI in github action fails #6729

mfernandes-alcumus opened this issue Aug 23, 2023 · 0 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release

Comments

@mfernandes-alcumus
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

I am have update our monorepo from node/16.14.0 to node/18.17.1. Deleted node_modules and package-lock.json and reinstalled node modules. The app runs fine in local but when pushed to github the ci pipeline fails running npm ci saying there are files missing from package-lock.

Expected Behavior

npm ci to work the same way as in local

Steps To Reproduce

update mono repo from node/16.14.0 to node/18.17.1
push to github ci/cd which runs npm ci and it should fail

Environment

  • npm: 9.6.7
  • Node.js: 18.17.1
  • OS Name: MacOS
  • System Model Name: MacOs Ventura
  • npm config:
; copy and paste output from `npm config ls` here
@mfernandes-alcumus mfernandes-alcumus added Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release labels Aug 23, 2023
@mfernandes-alcumus mfernandes-alcumus changed the title [BUG] <title> [BUG] NPM CI in github action fails Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

1 participant