-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
(Core)URLShim inheritance issue #9448
Comments
global.URL is a thing as of node 10. https://nodejs.org/api/globals.html#globals_url
are you sure you're using node >= 10? |
yes that is what node --version produces so I'm not sure what's wrong then.
|
could you upload a repo to github so we can investigate? |
its all good i got it figured out, it was the docker image not updating
fixed now thanks
…On Thu, Jul 25, 2019 at 12:59 PM Connor Clark ***@***.***> wrote:
could you upload a repo to github so we can investigate?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9448?email_source=notifications&email_token=AMB6K2EE3JMTQ2K4YIVJV3DQBHLWZA5CNFSM4IGTZSJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD22CZJQ#issuecomment-515124390>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMB6K2GVPOUG5233JANFS3DQBHLWZANCNFSM4IGTZSJQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide the steps to reproduce
browser is already launched
What is the current behavior?
Error stating
What is the expected behavior?
To launch lighthouse based on inputted site, in this case, google.ca as an example
Environment Information
Possible way to fix
const URL = require('url');
appended to fileRelated issues
The text was updated successfully, but these errors were encountered: