Splines
Splines
Hey, thanks for reaching out. I'd need further logs to be able to give advice, please attach the full log. You might also want to use `journalctl`, e.g. see the...
To further debug, you might also want to run the server code just like the registered [`access-point-server` service](https://github.com/Splines/raspi-captive-portal/blob/main/access-point/access-point-server.service) would, i.e. ```bash cd server/ PORT=3000 /usr/bin/npm start ``` This is probably...
Could you try out if my code changes (where I explicitly install `npm` as well) work for you? To do so, check out the branch `fix/install-npm` of this repo and...
Your steps seem fine. Maybe you could just manually follow the steps on the [nvm site]() and report what commands worked for you to install `npm`? ```bash . $HOME/.nvm/nvm.sh &&...
@CharlesButcher Mmh, ok, this seems like an issue with the system vs. the shell context. Note that apparently my script doesn't detect your newer nvm-managed Node version (`v22.17.1`), but instead...
And one more comment regarding this: > and `nvm ls` says that `22.17.1` is the _only_ version installed. [nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#about) says about itself that: > nvm is a version manager for...
Ok, maybe there's some misunderstanding here and I admit that I didn't specify it too clearly in the Readme. > But I've noticed that after a reboot, running `access-point/setup-access-point.sh` gets...