sean I'm working through the Ghost readme file and got the update Node message which appears to be fixed with the export PATH=$PWD/node/bin:$PAT command.
However, when I run this command, the next on the list in the readme file:
/home/path_to_app/node_modules/.bin/ghost config url https://domain.com
I get this error message:
/usr/bin/env: node: No such file or directory
Any ideas how to fix this error? Thanks in advance!