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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
When I run npm run foo getting below error on windows.
internal/child_process.js:366
throw errnoException(err, 'spawn');
^
Error: spawn UNKNOWN
at ChildProcess.spawn (internal/child_process.js:366:11)
at spawn (child_process.js:551:9)
at module.exports (D:\Explore\scripty-issue\node_modules\scripty\lib\run\spawn-script.js:8:17)
at cb (D:\Explore\scripty-issue\node_modules\scripty\lib\run\index.js:4:27)
at D:\Explore\scripty-issue\node_modules\async\dist\async.js:3880:24
at replenish (D:\Explore\scripty-issue\node_modules\async\dist\async.js:1011:17)
at D:\Explore\scripty-issue\node_modules\async\dist\async.js:1016:9
at eachOfLimit (D:\Explore\scripty-issue\node_modules\async\dist\async.js:1041:24)
at D:\Explore\scripty-issue\node_modules\async\dist\async.js:1046:16
at _parallel (D:\Explore\scripty-issue\node_modules\async\dist\async.js:3879:5)
Just works fine on ubuntu. Any pointers would be helpful. I tried passing {shell:true} in node_modules\scripty\lib\run\spawn-script.js:8:17 and it just worked fine.
shubhamdeodia, magnus-bb, giancarlosisasi, dealvz, EminQasimov and 2 moregiancarlosisasi