You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
I really do not know if that's expected behavior, I would say no.
I am using the npm-shrinkwrap as part of our build but also CI test, so that we can ensure an added package in package.json was also added to shrinkwrap.
What do you think?
The text was updated successfully, but these errors were encountered:
What's even weirder is that running npm install WILL install lodash (declared as devDependency), maybe that's more of an npm issue. Do you have insights?
package.json:
node_modules:
> tree node_modules node_modules └── async ├── CHANGELOG.md ├── dist │ ├── async.js │ └── async.min.js ├── lib │ └── async.js ├── LICENSE ├── package.json └── README.md
Running npm-shrinkwrap --dev is a success:
> npm-shrinkwrap --dev wrote npm-shrinkwrap.json
I really do not know if that's expected behavior, I would say no.
I am using the npm-shrinkwrap as part of our build but also CI test, so that we can ensure an added package in package.json was also added to shrinkwrap.
What do you think?
The text was updated successfully, but these errors were encountered: