forked from npm/logical-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ignore bundleDependencies in package-lock.json #6
Comments
no, this is a different issue this seems to be an upstream issue with nodejs-lockfile-parser version_b=11.0.8
echo "updating package.json"
wget -N https://github.com/webtorrent/bittorrent-dht/raw/v$version_b/package.json
echo "updating package-lock.json"
#npm install --package-lock-only --production
npm install --package-lock-only with this
package-lock.json
package.json
note: bundleDependencies
see also: Advantages of bundledDependencies over normal dependencies in npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is necessary to consume lockfiles produced by
npm install --package-lock-only --production
currently, all options are
true
by defaultThe text was updated successfully, but these errors were encountered: