We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm ls -g --all results in:
npm ls -g --all
06:03:17 #25 8.386 npm error invalid: [email protected] /usr/local/lib/node_modules/npm/node_modules/libnpmexec 06:03:17 #25 8.386 npm error invalid: [email protected] /usr/local/lib/node_modules/npm/node_modules/libnpmpack 06:03:17 #25 8.386 npm error invalid: [email protected] /usr/local/lib/node_modules/npm/node_modules/libnpmversion
No errors.
[email protected]
npm i -g npm
Downloading the latest npm tarball via npm pack npm highlights the problem:
npm pack npm
~/devel/experiments ❯ cat package/package.json | grep libnpmexec "libnpmexec": "^7.0.4", "libnpmexec", ~/devel/experiments ❯ cat package/node_modules/libnpmexec/package.json| grep version "version": "8.0.0",
; copy and paste output from `npm config ls` here
The text was updated successfully, but these errors were encountered:
Looks like the release script isn't bumping the base package.json anymore. This is mostly a cosmetic problem, as npm bundles all of its dependencies.
Sorry, something went wrong.
deps: update dependencies for workspaces (#7429)
762888a
Fixes #7423
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
npm ls -g --all
results in:Expected Behavior
No errors.
Steps To Reproduce
[email protected]
npm i -g npm
Downloading the latest npm tarball via
npm pack npm
highlights the problem:Environment
; copy and paste output from `npm config ls` here
The text was updated successfully, but these errors were encountered: