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

Regression with npm install --no-optional #2720

Closed
evanw opened this issue Dec 7, 2022 · 0 comments
Closed

Regression with npm install --no-optional #2720

evanw opened this issue Dec 7, 2022 · 0 comments

Comments

@evanw
Copy link
Owner

evanw commented Dec 7, 2022

If optional dependencies are disabled, then it turns out that esbuild's backup installer script fails to download esbuild from the correct location after the scoped package change. It's trying to download from here:

https://registry.npmjs.org/@esbuild/linux-x64/-/@esbuild/linux-x64-0.16.1.tgz

But it should be trying to download from here instead:

https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.1.tgz
@evanw evanw closed this as completed in a2a2dd0 Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant