-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Sometimes can't install esbuild with 3rd-party registry #921
Comments
I assume this means esbuild failed to install correctly. The clues for why that happened are in npm's install messages, not in this error message. |
No, npm did not report an error, the installation is normal, but I found no esbuild.exe exists in node_modules/esbuild |
你是不是使用了镜像来获取npm包?如果是的话,以下步骤可能对你有帮助。
如果是相同原因,执行完以上步骤应该就可以了。 |
I met the same problem. |
我使用了你的方法,成功运行了。但有时候还是会有这种情况出现,具体出现的时机我不是很清楚。 |
Closing since this is unactionable, and also because 3rd-party registries aren't officially supported. If npm works but a mirror of npm doesn't, then that's a problem with the mirror, not with esbuild. |
npm v7 以上有个 Bug,需要执行以下安装
|
upgrade esbuild version to fix error from evanw/esbuild#921
upgrade esbuild version to fix error from evanw/esbuild#921
The problem was solved after I rolled back esbuild to 0.8.54
The text was updated successfully, but these errors were encountered: