Unable to update ghsot to v3.15.3

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!

I’m no expert in this stuff, but I at least know that the CLI version you’re using is nearly two years old. I’d say you at least need to update that.

You also may want to take a look at this thread, but I think the problem mentioned has now been obviated.

You are absolutly right, Turn out I install nvm this time. And so when I update my ghost-cli it just install into node nuder nvm instead of original path.