A memory of Howto Install Ghost on Debian Buster...
Working through https://ghost.org/docs/install/ubuntu/ - the docs are fab -
:namaste: Ghost Team.
Getting nodejs installed
sudo apt install -y npm
# wow - that's a whole lot of dependency :(
npm --version
# 5.8.0
node --version
# v10.