Hi
I am trying to udpate my ghost using “ghost update”. Currently I am on node version 10.20.1. When I do “ghost udpate”,it failed at checking node.js version.
Message: The version of Node.js you are using is not supported.
Supported: ^6.9.0 || ^8.9.0
Installed: 10.20.1
Debug Information:
OS: Ubuntu, V16.04
Node Version: v10.20.1
Ghost-CLI Version: 1.8.1
Environment: production
Command: 'ghost update'
And if I switch to node version 8.9.4. It pass node.js checking but failed at downloading and update Ghost to v3.15.3
Message: Ghost v3.15.3 is not compatiable iwth the current Node version.
Debug Information:
OS: Ubuntu, V16.04
Node Version: v8.9.4
Ghost-CLI Version: 1.8.1
Environment: production
Command: 'ghost update'
Any suggestion to fix this?
Thanks!