-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Hi, I have a problem when compiling applications I get the following error. on my Windows 10 machine.
events.js:288
throw er; // Unhandled 'error' event
^
Error: spawn ns ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: 'ENOENT',
code: 'ENOENT',
syscall: 'spawn ns',
path: 'ns',
spawnargs: [ 'clean' ]
Is there any solution to this ?
Metadata
Metadata
Assignees
Labels
No labels