Ghost-CLI wont update from 1.17.1 to 1.17.3!

Hi @vikaspotluri123 - Thanks for your reply :slight_smile:

Here is the commands i used to install node.js

# Add the NodeSource APT repository for Node 14
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash

# Install Node.js
sudo apt-get install -y nodejs

Then i run:

npm install -g ghost-cli@latest

If I run whereis ghost i get this

ghost-mgr@s1:~$ whereis ghost
ghost: /usr/bin/ghost /usr/local/bin/ghost

I don’t used “yarn”

Looking forward to hearing from you :) :nerd_face:

EDIT: Can the error be something related to my post: Node v. 14.16.1 makes warnings
Thanks