-
Notifications
You must be signed in to change notification settings - Fork 316
Description
Microsoft Windows [Version 10.0.26100.4770]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Rahsa>cd C:\Users\Rahsa\Downloads\e-commerce-site
C:\Users\Rahsa\Downloads\e-commerce-site>npm start
[email protected] start
react-scripts start --openssl-legacy-provider
Starting the development server...
node:events:496
throw er; // Unhandled 'error' event
^
Error: spawn cmd ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:291:12)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn cmd',
path: 'cmd',
spawnargs: [ '/c', 'start', '""', '/b', 'http://localhost:3000/' ]
}
Node.js v22.18.0