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
> deno npm:create-solana-dapp@latest
✅ Granted all env access. ( Type Key - A )
┌ create-solana-dapp 4.1.2
✅ Granted all read access. ( Type Key - A )
│
◇ Enter project name
│ sodau
│
◇ Select a framework
│ Next.js
│
◇ Select a template
│ next-tailwind-counter
✅ Granted all run access. ( Type Key - A )
│
┏ ⚠️ Deno requests sys access to "homedir".
┠─ Requested by `node:os.homedir()` API.┠─ To see a stack trace for this prompt, set the DENO_TRACE_PERMISSIONS environmental variable.┠─ Learn more at: https://docs.deno.com/go/--allow-sys┠─ Run again with --allow-sys to bypass this prompt.┗ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all sys permissions) ># At here, the cmd cannot input any char that any typing cannot work properly even I typed Ctrl + C.
I want to use deno instead of npx to execute create-solana-dapp@latest. However, I encountered a very strange problem. deno can correctly handle the download of npm:create-solana-dapp@latest and other tasks. But when initializing the project, that is, during the interactive Q&A for project initialization, I always get stuck in the same place and can no longer input anything. Even Ctrl + C cannot interrupt this task.
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.9
Reproduce steps:
I want to use
deno
instead ofnpx
to executecreate-solana-dapp@latest
. However, I encountered a very strange problem.deno
can correctly handle the download ofnpm:create-solana-dapp@latest
and other tasks. But when initializing the project, that is, during the interactive Q&A for project initialization, I always get stuck in the same place and can no longer input anything. EvenCtrl + C
cannot interrupt this task.The text was updated successfully, but these errors were encountered: