-
Notifications
You must be signed in to change notification settings - Fork 2.3k
This repo's package-lock.json is broken #3843
Copy link
Copy link
Closed
Labels
Description
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
Reactions are currently unavailable