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
/bin/bash: ./lighthouse-core/scripts/download-chrome.sh: No such file or directory
npm ERR! file /bin/bash
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! enoent spawn ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! enoent Check if the file '/bin/bash' is present.
Provide the steps to reproduce
Result:
What is the current behavior?
Scripts like
download-chrome.sh
cannot be found in thescripts
directory. I've also downloaded the tar file from https://registry.npmjs.org/lighthouse/-/lighthouse-3.2.1.tgz and can't find any scripts inside it.What is the expected behavior?
I use this technique by @aerotwist in a similar way to test my site.
It worked fine for some time(ref: https://travis-ci.org/cbitosc/cbitosc.github.io/builds/433659287, uses lighthouse 3.1.1) but then started to fail (ref: https://travis-ci.org/cbitosc/cbitosc.github.io/builds/433965520 uses lighthouse 3.2.0).
Same behavior persists on my local machine too.
Environment Information
The text was updated successfully, but these errors were encountered: