ReferenceError: document is not defined at ../../node_modules/nwsapi/src/nwsapi.js:216:21 And it's true, that line should use `doc.` or `global.document`, but `document` is really undefined.
ReferenceError: document is not defined
at ../../node_modules/nwsapi/src/nwsapi.js:216:21
And it's true, that line should use
doc.orglobal.document, butdocumentis really undefined.