-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
Uncaught Error: spawnSync npm ENOENT
when creating Next.js project using Deno 2 on Ubuntu 24.04
#26232
Comments
This is not a Deno bug. |
@littledivy
|
Oh it looks like there isn't an option in They do seem to have options for other package managers:
|
Oh I see. I was wondering why I can't find |
Hi, maybe the doc should be updated to add the |
deno --version
deno run -A npm:create-next-app@latest
results inerror: Uncaught Error: spawnSync npm ENOENT
:System:
Fresh install of Ubuntu 2404.1.66.0 inside WSL2 (Windows 11). Only Deno installed in the system.
The text was updated successfully, but these errors were encountered: