-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Getting import error when using playAudit #50
Comments
Seeing same issue |
I'm also getting this, seems like a duplicate of #45. As suggested on the stackoverflow link provided on #45, adding:
to my There's also this question at #46 but there's no response so I'm not sure if there's an alternative to the solution above. |
What if someone does not want to add "type": "module" in their package.json because project is configured with commonjs? Do we have any other solution? |
I posted my fix here without placing the "type" module |
Everytime I run my tests, I'm encountering the following error message:
But
package.json
showsplaywright-lighthouse": "^3.1.0
, so I'm quite confused as to what's wrong here.I tried installing
npm i -D tsconfig-paths
thinking that maybe this was an issue with the reading from the ts file and I'm currently seeing the following:The text was updated successfully, but these errors were encountered: