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
{{ message }}
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.
I had the same trouble today. The reason seems to be, that the API changed after [email protected]
Because the dependencies of openscraping are always installing jsdom@latest, this will break this module during new npm install
Solution could be to stick the dependency to [email protected]. This did the trick for me.
Better solution would be if @zmarty would do it directly in the package.json. Best solution would be to adopt the new API of jsdom
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when i try to run the script i get this error:
TypeError: jsdom.jsdom is not a function
The text was updated successfully, but these errors were encountered: