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
Hi,
I am new to contributing to open source. I am trying to setup mermaid in my local environment. I am running WSL on windows. I am getting the following error. Could you please help me resolve this issue or kindly let me know where do I need to post this question.
After I run the commnd
sudo ./run docs:dev
I am getting the following error
node:net:1880 │ const error = new UVExceptionWithHostPort(rval, 'listen', address, port); │ ^ │ Error: listen ENOTSUP: operation not supported on socket /mermaid/tsx-0/60.pipe │ at Server.setupListenHandle [as _listen2] (node:net:1880:21) │ at listenInCluster (node:net:1945:12) │ at Server.listen (node:net:2054:5) │ at file:///mermaid/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/cli.mjs:53:32420 │ at new Promise (<anonymous>) │ at createIpcServer (file:///mermaid/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/cli.mjs:53:32398) │ at async file:///mermaid/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/cli.mjs:55:459 { │ code: 'ENOTSUP', │ errno: -95, │ syscall: 'listen', │ address: '/mermaid/tsx-0/60.pipe', │ port: -1 │ } │ Node.js v20.12.2 │ ELIFECYCLE Command failed with exit code 1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am new to contributing to open source. I am trying to setup mermaid in my local environment. I am running WSL on windows. I am getting the following error. Could you please help me resolve this issue or kindly let me know where do I need to post this question.
After I run the commnd
sudo ./run docs:dev
I am getting the following error
node:net:1880 │ const error = new UVExceptionWithHostPort(rval, 'listen', address, port); │ ^ │ Error: listen ENOTSUP: operation not supported on socket /mermaid/tsx-0/60.pipe │ at Server.setupListenHandle [as _listen2] (node:net:1880:21) │ at listenInCluster (node:net:1945:12) │ at Server.listen (node:net:2054:5) │ at file:///mermaid/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/cli.mjs:53:32420 │ at new Promise (<anonymous>) │ at createIpcServer (file:///mermaid/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/cli.mjs:53:32398) │ at async file:///mermaid/node_modules/.pnpm/[email protected]/node_modules/tsx/dist/cli.mjs:55:459 { │ code: 'ENOTSUP', │ errno: -95, │ syscall: 'listen', │ address: '/mermaid/tsx-0/60.pipe', │ port: -1 │ } │ Node.js v20.12.2 │ ELIFECYCLE Command failed with exit code 1.
Beta Was this translation helpful? Give feedback.
All reactions