I host my Ghost blog on https://uklad.vc
I want to update to latest Ghost v5.53.1
Currently i have 5.51.1
My config is:
Debug Information:
OS: Ubuntu, v20.04.4 LTS
Node Version: v14.15.0
Ghost Version: 5.51.1
Ghost-CLI Version: 1.24.0
Environment: production
Command: 'ghost update'
While trying to update, updater gives message:
- Checking system Node.js version
Message: The version of Node.js you are using is not supported.
Supported: ^12.22.1 || ^14.17.0 || ^16.13.0 || ^18.0.0
Installed: 14.15.0
However when i switch via nvm use 18
ghost update gives
1) Checking system Node.js version
Message: The version of Node.js you are using is not supported.
Supported: ^10.13.0 || ^12.10.0 || ^14.15.0
Installed: 18.12.1
I usually just switched to nvm use 16 or 18, and ghost update worked.
Now i guess something with node is broken and i can’t understand how to fix that
Any help would be appreciated!