-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference Error: Document is not defined #1872
Comments
I can confirm I have the same behavior here... |
I Have the same error! |
So Do I |
I'm on it. |
New release is coming in 10-15min. |
This is fixed in |
Yes you better be sorry !!! Seriously, thanks a lot for the quick fix, greatly appreciated. |
@Herrick19 thanks for confirmation! |
Ya'll broke somethin in the recent release 13.4. I can not run any commands. Any reference to the package 'redoc-cli' returns the following error. Even 'redoc-cl --help' fails. It is completely broken.
ReferenceError: document is not defined
at l (C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:2:24934)
at f (C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:2:26195)
at a (C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:2:24873)
at e.exports (C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:2:26597)
at C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:757:89
at C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:1739:3291
at C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:1739:3296
at C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:2:81
at Object. (C:\Users\jwilson2\AppData\Roaming\npm\node_modules\�[4mredoc-cli�[24m\node_modules\�[4mredoc�[24m\bundles\redoc.lib.js:2:191)
�[90m at Module._compile (node:internal/modules/cjs/loader:1101:14)�[39m
Reverting back to 13.2 and everything works fine
The text was updated successfully, but these errors were encountered: