Hi @vikaspotluri123 - Thanks for your reply
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 :)
EDIT: Can the error be something related to my post: Node v. 14.16.1 makes warnings
Thanks