@nomad I just ran into the same issue on a M1 Mac. This worked for me:
brew uninstall node
brew uninstall nvm
Remove nvm export from .zshrc
then go here https://nodejs.org/en/
download the LTS version
Use the installer
Restart Wappler
Done
node@16 might be keg-only (not installed in /usr/bin, but rather just /usr/local/Cellar), because it’s not the latest version (only the latest version is installed in /usr/bin)
Wappler team probably needs to intervene here for a permanent fix. I believe one needs to run a brew command to link node@16 to /usr/bin/node
Thank you for sharing your solution! I ended up getting some advice from Apple in another thread, who helped me finally wrap my head around Docker and get that working.
I’m so glad you found and shared a workaround, as this error bugged me!