Hi
My environment:
WSL 2, Ubuntu 20.04 LTS
node -v : v14.17.0
@vitejs/app react-ts template
"overmind": "^28.0.1",
"overmind-react": "^29.0.1",
NODE_ENV = test
devtools: true in createOvermind
While I wanted to try the devtools this is what I got in my console.
kris@Kris-HP:~/CODE/TEST/todo-frontend$ npx overmind-devtools@latest
/home/kris/.npm/_npx/3219/lib/node_modules/overmind-devtools/node_modules/electron/dist/electron: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
Also, the vs code extension is installed, set on port 3031, and I can't launch it:
kris@Kris-HP:~/CODE/TEST/todo-frontend$ Overmind Devtools: Start
Overmind: command not found
My browser console keeps throwing this error
react_devtools_backend.js:2560 OVERMIND DEVTOOLS: Not able to connect. You are trying to connect to "localhost:3031", but there was no devtool there. Try the following:
- Make sure you are running the latest version of the devtools, using "npx overmind-devtools@latest" or install latest extension for VSCode
- Close the current tab and open a new one
- Make sure the correct port is configured in the devtools
If the mistake in on my part, I don't see what I get wrong. I hope this information will help you try to debug
Hi
My environment:
WSL 2, Ubuntu 20.04 LTS
node -v : v14.17.0
@vitejs/app react-ts template
"overmind": "^28.0.1",
"overmind-react": "^29.0.1",
NODE_ENV = test
devtools: true in createOvermind
While I wanted to try the devtools this is what I got in my console.
Also, the vs code extension is installed, set on port 3031, and I can't launch it:
My browser console keeps throwing this error
If the mistake in on my part, I don't see what I get wrong. I hope this information will help you try to debug