Closed clementgalidie closed 3 years ago
Same here
same here. went down to 1.3.1 to work again.
Sorry for that. will 1.4.3 work?
Hello!
Sorry for the late answer @taoqf!
Thanks for your latest update!
Currently, it works well with node
v14.0.0
and npm
v6.14.4
.
We did a Node.js
version downgrade due to several errors with node
v.15
@clementgalidie I am using v15.0.1
. What's the errors?
closing as no response.
Hello!
Since the
v1.4.2
, I encounter this error:Object prototype may only be an Object or null: undefined
Here is a screenshot of the stack trace: To be more precise, the following code block generates the error:b
seems to haveundefined
as a value.The project I'm working on runs with Nuxt.js
v2.14.7
and Vue.jsv2.6.12
.node-html-parser
is used in this JavaScript file:I thought the following error was due to some invalid HTML so I tried to get 0 HTML error but that didn't solve the issue.
Before upgrading, I was using the
v1.3.1
ofnode-html-parser
and everything worked well. Do you've ideas about what's happening? :thinking: