vscode-js-debug
vscode-js-debug copied to clipboard
spawn UNKNOWN
Hello, I had encountered a continuous and unknown error log. According to your guidance provided in the log, I'm writing the Issue. It occurs whenever I perform npm command.
Error in the js-debug bootloader, please report to https://aka.ms/js-dbg-issue: Error: spawn UNKNOWN
at ChildProcess.spawn (internal/child_process.js:405:11)
at spawn (child_process.js:677:9)
at Object.spawnWithSignal [as spawn] (child_process.js:911:17)
at bootloader.bundle.cdp:2:85526
at bootloader.bundle.cdp:2:86504
at Object.7207 (bootloader.bundle.cdp:2:86704)
at webpack_require (bootloader.bundle.cdp:2:92949)
at bootloader.bundle.cdp:2:93102
at Object.
Can you provide some more info about the environment you're running in? Such as, which OS, how Node is installed, etc.
I use Windows 10 with node version 16.13.2 and npm version 8.1.2.
2022년 2월 1일 (화) 오전 3:36, Connor Peet @.***>님이 작성:
Can you provide some more info about the environment you're running in? Such as, which OS, how Node is installed, etc.
— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-js-debug/issues/1173#issuecomment-1026086851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZH7LYNLJXC6RPTLCJI56DUY3JDVANCNFSM5LYBDMUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
I've faced this error while running cmd yarn start
in my package.json script "start": "env-cmd -f .env.dev craco start --reset-cache",
Error: spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:408:11) at spawn (child_process.js:677:9) at Object.spawnWithSignal [as spawn] (child_process.js:911:17) at Object.spawn (C:\laragon\www\holisticqipadmin\node_modules\cross-spawn\index.js:12:24) at Object.EnvCmd (C:\laragon\www\holisticqipadmin\node_modules\env-cmd\dist\env-cmd.js:59:26) at async Object.CLI (C:\laragon\www\holisticqipadmin\node_modules\env-cmd\dist\env-cmd.js:19:16) { errno: -4094, code: 'UNKNOWN', syscall: 'spawn'
Please help me.
That is not related and looks like a problem with your script, not this debugger