Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Missing dependency: htmlparser #5

Closed
hellp opened this issue Dec 28, 2010 · 1 comment
Closed

Missing dependency: htmlparser #5

hellp opened this issue Dec 28, 2010 · 1 comment

Comments

@hellp
Copy link
Contributor

hellp commented Dec 28, 2010

After a clean install with npm, I get the following error multiple times when calling zombie.visit(url):

###########################################################
#  WARNING: No HTML parser could be found.
#  Element.innerHTML setter support has been disabled
#  Element.innerHTML getter support will still function
#  Download: http://github.com/tautologistics/node-htmlparser
###########################################################

After manually installing htmlparser everything works fine. As I haven't found any occurrence of "htmlparser" in zombie.js, I guess it's a (indirect) bug in one of its dependencies.

@assaf
Copy link
Owner

assaf commented Dec 28, 2010

Brought it back 0.7.6. Apparently HTML5 parser needs a lot more work on it before we can fully replace htmlparser.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants