Closed chriscroome closed 2 years ago
Cannot be reproduced Please uninstall withexeditorhost and then reinstall it
Maybe it's safer to do an overwrite install with npm i -g
instead of npm up -g
.
I have changed the documentation.
I haven't been using npm i -g
or npm up -g
, I have Node.JS installed using a .deb
.
If you can't use npm, consider using binaries.
btw, how did you install withExEditorHost the first time?
It was years ago but I believe I simply cloned the repo, I have been updating it using a Bash script containing:
#!/bin/bash
cd ~/withExEditorHost
git stash
git pull
npm run setup -- --browser=firefox
Running host from source is not recommended anymore.
npm i -g withexeditorhost
cd /usr/local/lib/node_modules/withexeditorhost
.
NOTE: On Linux global node_modules directory is basically /usr/local/lib/node_modules
, in case you can't find that, run npm root -g
.
Ref Where does npm install the packages?npm run setup -- --browser=firefox
Thanks, I'll give that a go :+1:
When trying to upgrade I get:
This is with these versions:
On Debian Bullseye.