Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi @roberttalbert,
I can see that someone reported the exact same problem in the Ghost forum here:
https://forum.ghost.org/t/ghost-cli-shows-errors-after-latest-update-to-1-11-0/7678/4
People there are suggesting that in order to fix this error you need to update your Node.js version from 6.x to 10.x.
What I could suggest here is first taking a Snapshot of your Droplet, just to be on the safe side. That way if anything goes wrong, you could always revert back.
Once you have the Snapshot taken, you could try following the steps from the Ghost forum:
- curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash
- apt-get install -y nodejs
nodejs --version
v10.16.0
npm --version
6.9.0
Let me know how it goes! Regards, Bobby