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 am trying to set this app up but there's no package.json file for this. How can there be no package.json file for a react app? are you using something else or is the file missing?
I also used this below command
npx create-web3-dapp@latest nft-explorer
But it ends up giving error I ve been using NPM and node for years but havent seen this error
Error: spawn npm ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn npm',
path: 'npm',
spawnargs: [ 'install', '--color', '--no-audit', '--progress', '--verbose' ]
The text was updated successfully, but these errors were encountered:
Ah! Thanks for reporting @howdyAnkit - can you install the template through the standard cli builder? just select NFT explorer under "start from a template"
I am trying to set this app up but there's no package.json file for this. How can there be no package.json file for a react app? are you using something else or is the file missing?
I also used this below command
But it ends up giving error I ve been using NPM and node for years but havent seen this error
The text was updated successfully, but these errors were encountered: