Replies: 1 comment
-
Hi, i have similar error installing nuxt3 (v3.2.0)
The build.log # This file contains the result of Yarn building a package (root-workspace-0b6124@workspace:.)
# Script name: postinstall
�[90mNuxi �[1m3.2.0�[22m�[39m
ERROR **Cannot find any nuxt version** from D:/Programing/temp/nuxt3-app
at loadNuxt (/D:/Programing/temp/nuxt3-app/.yarn/cache/@nuxt-kit-npm-3.2.0-947491c023-d20bdbd25a.zip/node_modules/@nuxt/kit/dist/index.mjs:516:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.invoke (/D:/Programing/temp/nuxt3-app/.yarn/cache/nuxi-npm-3.2.0-db899a3538-011fcd26ac.zip/node_modules/nuxi/dist/chunks/prepare.mjs:30:18)
at async _main (/D:/Programing/temp/nuxt3-app/.yarn/cache/nuxi-npm-3.2.0-db899a3538-011fcd26ac.zip/node_modules/nuxi/dist/cli.mjs:51:20) Using pnpm all works well...but i love yarn! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I read your site, after being unable to successfully get berry up and running so that this command would work
yarn dlx nuxi init nuxt3-app
. I had to reinstall my node, currently using the LTS version, had to docorepack enable
thencorepack prepare yarn@3.2.0
only to finally have that command,yarn dlx nuxi init nuxt3-app
do something, and end up with an error. I really want to try out this "new tech" but it is slowing me down and I still have no idea how to get up and running with this.Beta Was this translation helpful? Give feedback.
All reactions