We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.0.8
[](System: OS: Windows 10 10.0.19043 CPU: (12) x64 AMD Ryzen 5 4600H with Radeon Graphics Binaries: Node: 16.14.0 - D:\Program Files\nodejs\node.EXE Yarn: Not Found npm: 8.3.1 - D:\Program Files\nodejs\npm.CMD Browsers: Chrome: Not Found Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.77) npmPackages: @vue/babel-helper-vue-jsx-merge-props: 1.2.1 @vue/babel-helper-vue-transform-on: 1.0.2 @vue/babel-plugin-jsx: 1.1.1 @vue/babel-plugin-transform-vue-jsx: 1.2.1 @vue/babel-preset-app: 5.0.8 @vue/babel-preset-jsx: 1.3.1 @vue/babel-sugar-composition-api-inject-h: 1.3.0 @vue/babel-sugar-composition-api-render-instance: 1.3.0 @vue/babel-sugar-functional-vue: 1.2.2 @vue/babel-sugar-inject-h: 1.2.2 @vue/babel-sugar-v-model: 1.3.0 @vue/babel-sugar-v-on: 1.3.0 @vue/cli-overlay: 5.0.8 @vue/cli-plugin-babel: ~5.0.0 => 5.0.8 @vue/cli-plugin-eslint: ~5.0.0 => 5.0.8 @vue/cli-plugin-router: 5.0.8 @vue/cli-plugin-vuex: 5.0.8 @vue/cli-service: ~5.0.0 => 5.0.8 @vue/cli-shared-utils: 5.0.8 @vue/compiler-core: 3.2.37 @vue/compiler-dom: 3.2.37 @vue/compiler-sfc: 3.2.37 @vue/compiler-ssr: 3.2.37 @vue/component-compiler-utils: 3.3.0 @vue/reactivity: 3.2.37 @vue/reactivity-transform: 3.2.37 @vue/runtime-core: 3.2.37 @vue/runtime-dom: 3.2.37 @vue/server-renderer: 3.2.37 @vue/shared: 3.2.37 @vue/web-component-wrapper: 1.3.0 eslint-plugin-vue: ^8.0.3 => 8.7.1 vue: ^3.2.13 => 3.2.37 vue-eslint-parser: 8.3.0 vue-hot-reload-api: 2.3.4 vue-loader: 17.0.0 (15.10.0) vue-style-loader: 4.1.3 vue-template-es2015-compiler: 1.9.1 npmGlobalPackages: @vue/cli: Not Found)
windows 10,pnpm7.8
1.vue create projectname 2.选择 pnpm
能正常使用pnpm构建项目依赖
使用pnpm安装时,会出现以下错误: command failed: pnpm install --reporter silent --shamefully-hoist
我尝试了自己解决,并且成功了,你们可以参考以下文章 https://blog.csdn.net/weixin_42249118/article/details/126188777
The text was updated successfully, but these errors were encountered:
This issue was fixed in #7265 and should be closed.
Sorry, something went wrong.
No branches or pull requests
Version
5.0.8
Reproduction link
[](System: OS: Windows 10 10.0.19043 CPU: (12) x64 AMD Ryzen 5 4600H with Radeon Graphics Binaries: Node: 16.14.0 - D:\Program Files\nodejs\node.EXE Yarn: Not Found npm: 8.3.1 - D:\Program Files\nodejs\npm.CMD Browsers: Chrome: Not Found Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.77) npmPackages: @vue/babel-helper-vue-jsx-merge-props: 1.2.1 @vue/babel-helper-vue-transform-on: 1.0.2 @vue/babel-plugin-jsx: 1.1.1 @vue/babel-plugin-transform-vue-jsx: 1.2.1 @vue/babel-preset-app: 5.0.8 @vue/babel-preset-jsx: 1.3.1 @vue/babel-sugar-composition-api-inject-h: 1.3.0 @vue/babel-sugar-composition-api-render-instance: 1.3.0 @vue/babel-sugar-functional-vue: 1.2.2 @vue/babel-sugar-inject-h: 1.2.2 @vue/babel-sugar-v-model: 1.3.0 @vue/babel-sugar-v-on: 1.3.0 @vue/cli-overlay: 5.0.8 @vue/cli-plugin-babel: ~5.0.0 => 5.0.8 @vue/cli-plugin-eslint: ~5.0.0 => 5.0.8 @vue/cli-plugin-router: 5.0.8 @vue/cli-plugin-vuex: 5.0.8 @vue/cli-service: ~5.0.0 => 5.0.8 @vue/cli-shared-utils: 5.0.8 @vue/compiler-core: 3.2.37 @vue/compiler-dom: 3.2.37 @vue/compiler-sfc: 3.2.37 @vue/compiler-ssr: 3.2.37 @vue/component-compiler-utils: 3.3.0 @vue/reactivity: 3.2.37 @vue/reactivity-transform: 3.2.37 @vue/runtime-core: 3.2.37 @vue/runtime-dom: 3.2.37 @vue/server-renderer: 3.2.37 @vue/shared: 3.2.37 @vue/web-component-wrapper: 1.3.0 eslint-plugin-vue: ^8.0.3 => 8.7.1 vue: ^3.2.13 => 3.2.37 vue-eslint-parser: 8.3.0 vue-hot-reload-api: 2.3.4 vue-loader: 17.0.0 (15.10.0) vue-style-loader: 4.1.3 vue-template-es2015-compiler: 1.9.1 npmGlobalPackages: @vue/cli: Not Found)
Environment info
Steps to reproduce
1.vue create projectname
2.选择 pnpm
What is expected?
能正常使用pnpm构建项目依赖
What is actually happening?
使用pnpm安装时,会出现以下错误:
command failed: pnpm install --reporter silent --shamefully-hoist
我尝试了自己解决,并且成功了,你们可以参考以下文章
https://blog.csdn.net/weixin_42249118/article/details/126188777
The text was updated successfully, but these errors were encountered: