pnpm error when creating new project
Every time I'm creating a new Nuxt project with pnpm:
pnpm dlx nuxi@latest init <project-name>
I'm asked: Which package manager would you like to use?
pnpm
And 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... π0 Replies