caisah

Results 6 comments of caisah

Same problem here. **[** _I have installed the github master version._ **]** It works with some sites but not with the ones I'd like too. :) ``` >>> g.open('http://google.com') Traceback...

Hi, Thanks for reaching out at me. Your point is valid and seems like a very nice improvement. I'll find a way to address this but I won't promise it...

Thanks for explaining 🙏

I think you should configure your `compilerOptions` from `tsconfig.json` for your project. Try ```json "compilerOptions": { "moduleResolution": "nodenext", "module": "nodenext" } ```

@riparuk please try adding to your "compilerOptions", the `"allowJs": true` in `tsconfig.json` ```json "compilerOptions": { "moduleResolution": "nodenext", "module": "nodenext", "allowJs": true } ```