Wappler v6.7.1
MacOS
Wappler "System Check" terminal doesn't run ~/.zprofile on MacOS
Checking NodeJS installation and version...
zsh:1: command not found: node
NodeJS is missing!
But node is installed using nvm, the following is in ~/.zprofile
:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
This means node is accessible in a regular terminal, including Wappler's terminal, just not on the System Check terminal.