-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Install error, cannot install @vitejs/[email protected] #311
Comments
Cannot reproduce. Please try to clean your pnpm cache and try again.
|
按照说明查看的@babel/plugin-transform-typescript版本,latest版确实为7.23.6,直接pnpm v @babel/plugin-transform-typescript通过tarball的url也能够将该版本下载下来,但是直接使用pnpm i命令安装时就提示错误 BTW,前段时间vue版本更新的时候,也遇到过同样的问题 registry使用的是https://registry.npmmirror.com |
OK, I will try again, thanks. |
It really works, thanks a lot. |
Related plugins
plugin-vue
plugin-vue-jsx
Describe the bug
Prompt in shell is below:
ERR_PNPM_NO_MATCHING_VERSION No matching version found for @babel/helper-create-class-features-plugin@^7.23.6
This error happened while installing the dependencies of @vitejs/[email protected]
at @babel/[email protected]
The latest release of @babel/helper-create-class-features-plugin is "7.23.5".
Other releases are:
If you need the full list of all 86 published versions run "$ pnpm view @babel/helper-create-class-features-plugin versions".
Reproduction
none.url
Steps to reproduce
System Info
Used Package Manager
pnpm
Logs
ERR_PNPM_NO_MATCHING_VERSION No matching version found for @babel/helper-create-class-features-plugin@^7.23.6
This error happened while installing the dependencies of @vitejs/[email protected]
at @babel/[email protected]
The latest release of @babel/helper-create-class-features-plugin is "7.23.5".
Other releases are:
If you need the full list of all 86 published versions run "$ pnpm view @babel/helper-create-class-features-plugin versions".
Validations
The text was updated successfully, but these errors were encountered: