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

This repo's package-lock.json is broken #3843

Closed
dotlambda opened this issue Sep 20, 2023 · 1 comment
Closed

This repo's package-lock.json is broken #3843

dotlambda opened this issue Sep 20, 2023 · 1 comment

Comments

@dotlambda
Copy link

Current Behavior

Many entries in package-lock.json don't have "resolved" and "integrity" values.
The first such dependency I could find is "node_modules/@babel/plugin-syntax-async-generators",

Expected Behavior

Every dependency should have "resolved" and "integrity" values so that Lerna can be built reproducably.

Failure Logs / Configuration

Trying to do an offline install fails withh something like

npm ERR! code ENOTCACHED
npm ERR! request to https://registry.npmjs.org/yocto-queue failed: cache mode is 'only-if-cached' but no cached response is available.

Environment

NixOS

@felschr
Copy link

felschr commented Oct 16, 2023

Issues that track the problem of missing integrity & resolved fields in npm:
npm/cli#4263, npm/cli#4460 npm/cli#6301

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

No branches or pull requests

3 participants