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

npm-on-ipfs experiment: Error: spawn npm.cmd ENOENT #1504

Closed
smehmetoglu opened this issue May 14, 2020 · 1 comment
Closed

npm-on-ipfs experiment: Error: spawn npm.cmd ENOENT #1504

smehmetoglu opened this issue May 14, 2020 · 1 comment
Labels
area/experiments Issues related to opt-in features and experiments disabled by default need/author-input Needs input from the original author

Comments

@smehmetoglu
Copy link

Please describe what you were doing when this error happened.

Specifications

  • OS: win32
  • IPFS Desktop Version: 0.11.2
  • Electron Version: 8.2.4
  • Chrome Version: 80.0.3987.165

Error

Error: spawn npm.cmd ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
    at onErrorNT (internal/child_process.js:456:16)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
@lidel
Copy link
Member

lidel commented Oct 9, 2020

The error suggests you are missing npm command.
Make sure you have Node.js and npm (https://nodejs.org/en/) installed on your system and available on PATH (available in cmd.exe).
Let us know if that helped.

@lidel lidel added need/author-input Needs input from the original author area/experiments Issues related to opt-in features and experiments disabled by default labels Oct 9, 2020
@lidel lidel closed this as completed May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/experiments Issues related to opt-in features and experiments disabled by default need/author-input Needs input from the original author
Projects
None yet
Development

No branches or pull requests

2 participants