Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package.json File Missing also getting error with npx create-web3-dapp@latest nft-explorer #16

Open
howdyAnkit opened this issue Apr 3, 2023 · 2 comments · May be fixed by #18
Open

Comments

@howdyAnkit
Copy link

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' ]
@howdyAnkit howdyAnkit linked a pull request Apr 14, 2023 that will close this issue
@Eversmile12
Copy link
Contributor

Ah! Thanks for reporting @howdyAnkit - can you install the template through the standard cli builder? just select NFT explorer under "start from a template"

Working on solving this

@howdyAnkit
Copy link
Author

No I wasnt able to that's why I ended up here with no package.json file. also can you please merge my changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants