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
I've been using lighthouse-batch as modules (import runner from 'lighthouse-batch') and surprisingly it's working properly (with correct parameters)
But when I tried migrating my project to Yarn v2 + PnP, lighthouse-batch just gives an error, "Failed to find Lighthouse CLI, aborting." and then stops, even though I already added 'lighthouse' as workspace package dependencies.
The text was updated successfully, but these errors were encountered:
Hello!
I've been using lighthouse-batch as modules (
import runner from 'lighthouse-batch'
) and surprisingly it's working properly (with correct parameters)But when I tried migrating my project to Yarn v2 + PnP, lighthouse-batch just gives an error, "Failed to find Lighthouse CLI, aborting." and then stops, even though I already added
'lighthouse'
as workspace package dependencies.The text was updated successfully, but these errors were encountered: