TypeError: Cannot set property 'innerHTML' of undefined
at /usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:9360:17
at /usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:9362:4
at module.exports (/usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:31:12)
at /usr/local/lib/node_modules/styledoc/styledoc.js:85:13
at MODULE_VERSION (/usr/local/lib/node_modules/styledoc/styledoc.js:33:26)
at Object. (/usr/local/lib/node_modules/styledoc/styledoc.js:39:2)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
whatever I run with styledoc the following error is thrown. Any idea?
/usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:9360 body.innerHTML = "
"; ^TypeError: Cannot set property 'innerHTML' of undefined at /usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:9360:17 at /usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:9362:4 at module.exports (/usr/local/lib/node_modules/styledoc/node_modules/jquery/dist/jquery.js:31:12) at /usr/local/lib/node_modules/styledoc/styledoc.js:85:13 at MODULE_VERSION (/usr/local/lib/node_modules/styledoc/styledoc.js:33:26) at Object. (/usr/local/lib/node_modules/styledoc/styledoc.js:39:2)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
Thanks