This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Error: spawn UNKNOWN #12
Comments
I got a similar error. Tested on node v9.8.0 and node v7.2.0 with readme's lightcrawler-config.json
|
Anyone looking into this? Any resolution? |
Happens because of running on Windows, replaced lines 74/75 of index.js in d5dd416 with const lighthousePath = require.resolve('lighthouse/lighthouse-cli/index.js');
const lighthouse = ChildProcess.spawn('node', [lighthousePath, ...args]); Going to test more extensively before making PR |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have created a test project, but it occured an error when trying to run
Error: spawn UNKNOWN
at exports._errnoException (util.js:1020:11)
at ChildProcess.spawn (internal/child_process.js:328:11)
at Object.exports.spawn (child_process.js:369:9)
....
Any ideas?
The text was updated successfully, but these errors were encountered: