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

Can not npm run start #409

Open
coldSeattle opened this issue Jul 28, 2021 · 2 comments
Open

Can not npm run start #409

coldSeattle opened this issue Jul 28, 2021 · 2 comments

Comments

@coldSeattle
Copy link

$ npm ci

added 1931 packages, and audited 2064 packages in 1m

53 vulnerabilities (14 low, 16 moderate, 22 high, 1 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
Starting the development server...

node:events:355
      throw er; // Unhandled 'error' event
      ^

Error: spawn cmd ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:81:21)     
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
    at onErrorNT (node:internal/child_process:480:16)
    at processTicksAndRejections (node:internal/process/task_queues:81:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn cmd',
  path: 'cmd',
  spawnargs: [ '/c', 'start', '""', '/b', 'http://localhost:3000/' ]
}

this showing when npm run start after all steps in Running Locally section

@coldSeattle coldSeattle changed the title Can not npm run start when make Running Locally steps Can not npm run start Jul 29, 2021
@coldSeattle
Copy link
Author

also i tried to start with lateest node 14 version and without success

@omkarpatole1799
Copy link

You have to run npm install, then it will work

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

No branches or pull requests

2 participants