You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the command i'm running: pnpm dlx nuxi@latest init NuxtTest
after running it gives you an option of which package manager you want to use: ❯ Which package manager would you like to use?
● npm
○ pnpm
○ yarn
○ bun
I tried all other options (other than yarn) so npm & bun and they work fine.
My host environment is windows (i'm using dev containers) so i'm developing inside a docker container. Here is the docker image i'm using mcr.microsoft.com/devcontainers/base:bookworm
I can try tonight with & without docker with a mac to see if that works.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
System Info:
vscode@b2e5067e9de4 /w/temp>
pnpm --version 8.11.0
vscode@b2e5067e9de4 /w/temp [1]> cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian`
Here is a similar Issue but i'm posting this one because it "might" be different:
https://github.com/orgs/pnpm/discussions/7247
Here is the command i'm running:
pnpm dlx nuxi@latest init NuxtTest
after running it gives you an option of which package manager you want to use:
❯ Which package manager would you like to use?
● npm
○ pnpm
○ yarn
○ bun
Here is the error I receive:
I tried all other options (other than yarn) so npm & bun and they work fine.
My host environment is windows (i'm using dev containers) so i'm developing inside a docker container. Here is the docker image i'm using
mcr.microsoft.com/devcontainers/base:bookworm
I can try tonight with & without docker with a mac to see if that works.
Beta Was this translation helpful? Give feedback.
All reactions