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

[Bug]: NPM install metadata fetch errors with 3 packages #2195

Open
1 task done
doug-s-nava opened this issue Sep 23, 2024 · 0 comments
Open
1 task done

[Bug]: NPM install metadata fetch errors with 3 packages #2195

doug-s-nava opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@doug-s-nava
Copy link
Collaborator

Contact Details

[email protected]

What happened?

When running an npm install on main, warnings about 3 packages appear:

Have reproduced on npm 10.8.2 and 9.6.7

Steps to reproduce the behavior

  1. npm install
  2. VALIDATE: errors appear in console as mentioned above

Priority

low (inconvenience)

Relevant log output

npm warn old lockfile Could not fetch metadata for [email protected] string-width-cjs: No matching version found for [email protected].
npm warn old lockfile at module.exports (/Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:215:23)
npm warn old lockfile at RegistryFetcher.manifest (/Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:130:54)
npm warn old lockfile at async /Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:712:24 {
npm warn old lockfile code: 'ETARGET',
npm warn old lockfile type: 'version',
npm warn old lockfile wanted: '4.2.3',
npm warn old lockfile versions: [ '1.0.0', '5.1.1' ],
npm warn old lockfile distTags: { latest: '5.1.1' },
npm warn old lockfile defaultTag: 'latest'
npm warn old lockfile }
npm warn old lockfile Could not fetch metadata for [email protected] strip-ansi-cjs: No matching version found for [email protected].
npm warn old lockfile at module.exports (/Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:215:23)
npm warn old lockfile at RegistryFetcher.manifest (/Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:130:54)
npm warn old lockfile at async /Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:712:24 {
npm warn old lockfile code: 'ETARGET',
npm warn old lockfile type: 'version',
npm warn old lockfile wanted: '6.0.1',
npm warn old lockfile versions: [ '1.0.0', '2.0.0', '8.0.0' ],
npm warn old lockfile distTags: { latest: '8.0.0' },
npm warn old lockfile defaultTag: 'latest'
npm warn old lockfile }
npm warn old lockfile Could not fetch metadata for [email protected] wrap-ansi-cjs: No matching version found for [email protected].
npm warn old lockfile at module.exports (/Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:215:23)
npm warn old lockfile at RegistryFetcher.manifest (/Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/pacote/lib/registry.js:130:54)
npm warn old lockfile at async /Users/dougschrashun/.nvm/versions/node/v20.17.0/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:712:24 {
npm warn old lockfile code: 'ETARGET',
npm warn old lockfile type: 'version',
npm warn old lockfile wanted: '7.0.0',
npm warn old lockfile versions: [ '1.0.0', '8.0.0' ],
npm warn old lockfile distTags: { latest: '8.0.0' },
npm warn old lockfile defaultTag: 'latest'
npm warn old lockfile }

Screenshots and additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@doug-s-nava doug-s-nava added the bug Something isn't working label Sep 23, 2024
@doug-s-nava doug-s-nava mentioned this issue Sep 23, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Icebox
Development

No branches or pull requests

1 participant