denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.92k stars 5.22k forks source link

`nuxt dev` without BYONM fails at installations #22606

Open littledivy opened 6 months ago

littledivy commented 6 months ago
$ deno run -A npm:nuxi@latest init --packageManager npm --gitInit=false --no-install my-app
$ cd my-app/
$ deno task dev
error: npm package 'uWebSockets.js' does not exist.
birkskyum commented 3 months ago

works with DENO_FUTURE=1 and pnpm

birkskyum commented 1 month ago

@littledivy , it seems this can be closed - assuming that the ticket isn't limited to running without DENO_FUTURE

Malix-Labs commented 4 weeks ago

pnpm

What about deno add ?