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
Very minor bug: After running deno init --npm vite, the Vite scaffolding finishes and says Done, but Deno doesn't exit until you press Enter. I waited a fair bit until I thought "What if I press a key?" and happened to pick Enter. (Just Space or something doesn't work.) May be related to #26403? npm create vite exits normally. (Thanks for all the Node compat stuff in Deno! Can't be easy.)
$ deno init --log-level=debug --npm vite
⚠️ Do you fully trust npm:create-vite package? Deno will invoke code from it with all permissions. Do you want to continue? [y/n]
> y
DEBUG RS - deno::args:587 - .npmrc found at: '/home/tjc/.npmrc'
DEBUG RS - deno::args:931 - Finished config loading.
DEBUG RS - deno::cache::cache_db:170 - Opening cache /home/tjc/.cache/deno/dep_analysis_cache_v2...
DEBUG RS - deno::cache::cache_db:170 - Opening cache /home/tjc/.cache/deno/node_analysis_cache_v2...
DEBUG RS - deno::npm::managed::resolution:282 - Running npm resolution.
DEBUG RS - deno_npm::resolution::graph:932 - <package-req> - Resolved create-vite@* to [email protected]
DEBUG RS - deno::npm::managed:351 - Resolved package folder of [email protected] to /home/tjc/.cache/deno/npm/registry.npmjs.org/create-vite/6.0.1
DEBUG RS - deno::js:10 - Deno isolate init with snapshots.
DEBUG RS - deno::worker:198 - main_module file:///home/tjc/.cache/deno/npm/registry.npmjs.org/create-vite/6.0.1/index.js
? Project name: › vite-projectDEBUG RS - deno_runtime::worker:743 - received module evaluate Ok(
(),
)
✔ Project name: … deno-vite
✔ Select a framework: › React
✔ Select a variant: › TypeScript
Scaffolding project in /home/tjc/temp/deno-vite...
Done. Now run:
cd deno-vite
deno install
deno run dev
(Ignore the fact you see "Project name:" twice, that's only caused by --log-level=debug.)
Very minor bug: After running
deno init --npm vite
, the Vite scaffolding finishes and says Done, but Deno doesn't exit until you press Enter. I waited a fair bit until I thought "What if I press a key?" and happened to pick Enter. (Just Space or something doesn't work.) May be related to #26403?npm create vite
exits normally. (Thanks for all the Node compat stuff in Deno! Can't be easy.)(Ignore the fact you see "Project name:" twice, that's only caused by
--log-level=debug
.)deno 2.1.1 (stable, release, x86_64-unknown-linux-gnu)
v8 13.0.245.12-rusty
typescript 5.6.2
The text was updated successfully, but these errors were encountered: