We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All
So this is the first time ive used node.js platform for unlighthouse and im getting an error
Uncaught SyntaxError: Unexpected identifier 'unlighthouse'
https://www.youtube.com/watch?v=ft_DPPlOTDc
this is the steps i used to try and and run unlighthouse
Is there something im missing?
The text was updated successfully, but these errors were encountered:
Hi, I'd recommend just running it using npx instead of trying to use it programmatically. If you have Node installed this should just work.
npx
npx unlighthouse --site <your-site>
Sorry, something went wrong.
No branches or pull requests
Details
Hi All
So this is the first time ive used node.js platform for unlighthouse and im getting an error
Uncaught SyntaxError: Unexpected identifier 'unlighthouse'
https://www.youtube.com/watch?v=ft_DPPlOTDc
this is the steps i used to try and and run unlighthouse
Is there something im missing?
The text was updated successfully, but these errors were encountered: