You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the setup guide in the README, tried to run mdx docs --open, and received: Error: Cannot find module './lib/websocket'.
Full error:
$ mdx docs --open
----
internal/modules/cjs/loader.js:596
throw err;
^
Error: Cannot find module './lib/websocket'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15)
at Function.Module._load (internal/modules/cjs/loader.js:520:25)
at Module.require (internal/modules/cjs/loader.js:650:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/Users/Dylan/.config/yarn/global/node_modules/ws/index.js:3:19)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
at Function.Module._load (internal/modules/cjs/loader.js:543:3)
The text was updated successfully, but these errors were encountered:
Followed the setup guide in the README, tried to run
mdx docs --open
, and received:Error: Cannot find module './lib/websocket'
.Full error:
The text was updated successfully, but these errors were encountered: