Greetings!
The setup:
- Fresh Ubuntu 24
- Using Node v20
- Following the Ghost docs here: https://ghost.org/docs/install/ubuntu/
- I followed every step in the doc no problem or error
- no errors or issues until command:
sudo npm install ghost-cli@latest -g
The “deprecated” message:
Preparing to unpack …/nodejs_20.19.0-1nodesource1_amd64.deb …
Unpacking nodejs (20.19.0-1nodesource1) …
Setting up nodejs (20.19.0-1nodesource1) …
Processing triggers for man-db (2.12.0-4build2) …
####@#####:~$ sudo npm install ghost-cli@latest -g
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supportedadded 596 packages in 1m
153 packages are looking for funding
runnpm fund
for details
npm notice
npm notice New major version of npm available! 10.8.2 → 11.2.0
npm notice Changelog: Release v11.2.0 · npm/cli · GitHub
npm notice To update run: npm install -g npm@11.2.0
npm notice