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
I tried to init project by cmd deno run --allow-all npm:create-solana-dapp@latest, it always failed by a same Error: BadResource: Bad resource ID.
Reproduce steps:
deno run --allow-all npm:create-solana-dapp@latest
> deno run --allow-all npm:create-solana-dapp@latest
┌ create-solana-dapp 4.1.2
│
◇ Enter project name
│ abc
│
◇ Select a framework
│ Next.js
│
◇ Select a template
│ next-tailwind-counter
│
◇ Cloned template to /home/unic/projs/sol/anchor/abc
│
◇ Installed via npm
│
◇ Executed init script!
│
◇ Initialized git repo
└ BadResource: Bad resource ID
# Something wrong here...
Expected Result:
> npx create-solana-dapp@latest
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
┌ create-solana-dapp 4.1.2
│
◇ Enter project name
│ abc
│
◇ Select a framework
│ Next.js
│
◇ Select a template
│ next-tailwind-counter
│
◇ Cloned template to /home/unic/projs/sol/anchor/abc
│
◇ Installed via npm
│
◇ Executed init script!
│
◇ Initialized git repo
│
◇ Installation successful! ───────────────────────────╮
│ │
│ That's it! ││ ││ Change to your new directory and start developing: ││ ││ cd ./abc ││ ││ Start the app: ││ ││ npm run dev ││ ││ Run Anchor commands: ││ ││ npm run anchor build | test | localnet | deploy ││ │├──────────────────────────────────────────────────────╯│└ Good luck with your project!
Snapshot:
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.9
I tried to init project by cmd
deno run --allow-all npm:create-solana-dapp@latest
, it always failed by a same Error:BadResource: Bad resource ID
.Reproduce steps:
Expected Result:
Snapshot:
The text was updated successfully, but these errors were encountered: