pnpm error when creating new project
Every time I'm creating a new Nuxt project with pnpm:
I'm asked: Which package manager would you like to use?
And then I get an error:
After that I just manually run
But I would still like to get rid of the error...
pnpm dlx nuxi@latest init <project-name>I'm asked: Which package manager would you like to use?
pnpmAnd then I get an error:
After that I just manually run
pnpm install and all dependencies are successfully installed.But I would still like to get rid of the error...