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
Error: spawn C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack 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)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: 'ENOENT',
code: 'ENOENT',
syscall: 'spawn C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack',
path: 'C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack',
spawnargs: [ '--config', 'webpack/build' ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! test@1.0.1 build: ocular build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the test@1.0.1 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DELL\AppData\Roaming\npm-cache_logs\2020-02-18T13_25_26_932Z-debug.log```
The text was updated successfully, but these errors were encountered:
Muhammad-Usman17
changed the title
ocular commands(start & build) are working in Windows 10.
ocular commands(start & build) are not working in Windows 10.
Feb 18, 2020
`ocular build
events.js:187
throw er; // Unhandled 'error' event
^
Error: spawn C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack 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)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: 'ENOENT',
code: 'ENOENT',
syscall: 'spawn C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack',
path: 'C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack',
spawnargs: [ '--config', 'webpack/build' ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! test@1.0.1 build:
ocular build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the test@1.0.1 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DELL\AppData\Roaming\npm-cache_logs\2020-02-18T13_25_26_932Z-debug.log```
The text was updated successfully, but these errors were encountered: