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

pm: install fetches non-existent npm alias and fails with http 404 #14475

Open
nektro opened this issue Oct 11, 2024 · 1 comment
Open

pm: install fetches non-existent npm alias and fails with http 404 #14475

nektro opened this issue Oct 11, 2024 · 1 comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client

Comments

@nektro
Copy link
Contributor

nektro commented Oct 11, 2024

What version of Bun is running?

1.1.30-debug+adc86c773

What platform is your computer?

Darwin 23.5.0 arm64 arm

What steps can reproduce the bug?

git clone https://github.com/googlechrome/workbox
cd workbox
bun install

What is the expected behavior?

success

What do you see instead?

bun install v1.1.30 (adc86c77)
[122.72ms] migrated lockfile from package-lock.json
error: GET https://registry.npmjs.org/html-webpack-plugin-v5/-/html-webpack-plugin-v5-5.3.1.tgz - 404
- command exited with non-zero status: 1

Additional information

    "html-webpack-plugin-v4": "npm:html-webpack-plugin@^4.5.0",
    "html-webpack-plugin-v5": "npm:html-webpack-plugin@^5.0.0-alpha.14",
@nektro nektro added bug Something isn't working needs triage bun install Something that relates to the npm-compatible client and removed needs triage labels Oct 11, 2024
@Zooce
Copy link

Zooce commented Oct 11, 2024

Same here on my Windows machine at work with a custom registry set... Happening since 1.1.30 - bun install v1.1.30 (7996d06b). Same errors with bun update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client
Projects
None yet
Development

No branches or pull requests

2 participants