Closed kaldrenon closed 9 years ago
Vulcanizing a large web application with gulp-vulcanize resulted in the following error:
gulp-vulcanize
Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type 'HTML' may not be inserted inside nodes of type '#document'.
When I used the vulcanize binary on version 0.7.1, I got the same error, but updating the binary to 0.7.5 fixed the issue.
vulcanize
Not needed: https://nodesource.com/blog/semver-tilde-and-caret
Thank you for the link; was not aware of that aspect of version notation in package.json. I will reinstall gulp-vulcanize locally.
package.json
Thanks for the quick response.
Vulcanizing a large web application with
gulp-vulcanize
resulted in the following error:When I used the
vulcanize
binary on version 0.7.1, I got the same error, but updating the binary to 0.7.5 fixed the issue.