Ben Hardill
Ben Hardill
Go through all the `package.json` files for the pattern in the first issue, the only way you should be able to hit this issue is down to a race condition...
- How did you install the node-red-node-mysql? - How did you install Node-RED? - Exactly what hardware are you running on? A Pi 3 should not be ARMv6 - Does...
Attachments are stripped when replying to issues comments by email, you need to either include the text inline in the email or add it via the web interface
Sorry, I wasn't clear, I wanted the output of the npm command to the terminal, not the installed files. But having been through the `node_modules` dir there doesn't appear to...
re - https://github.com/nodejs/node/issues/41402 and `long` is a dependency of mysql2
The linked issue implies that a newer build of NodeJS v16 might contain a fix for this.
@shahramdj rather than adding another node to the catalogue could we persuade you to raise a pull request to fix the existing node. This way there is just one that...
@wdmtech Just checking are you actually running Raspbian or Octopi (as implied by the hostname)? Because on Raspbian running `sudo` will never ask for a password for the pi user
You can change the UID on the docker command line: https://docs.docker.com/engine/reference/run/#user
I'm 50% sure that this is because got is not responding to the second 401 (with the `stale=true`) with a new attempt to authenticate, but after playing with what we...