Run `npm fund` for details messages when trying to install on Ubuntu 20.04

Hi Guys how are you? Trying to install GenieACS on Ubuntu 20.04 VM running on a Proxmox Server.
Succesfully installed Node.js and MongoDB (P.D: for this last had to change CPU type to SandyBridge in Proxmox VM so Mongo could get active).
Now according to Installation guide: Installation Guide — GenieACS Documentation 1.2.13 documentation
It says to run sudo npm install -g genieacs@1.2.13:
Output:
acsgenie@acsgenie:~$ sudo npm install -g genieacs@1.2.13
sudo: npm: command not found
acsgenie@acsgenie:~$ npm install -g genieacs@1.2.13

changed 220 packages in 15s

18 packages are looking for funding
run npm fund for details
acsgenie@acsgenie:~$ pwd
/home/acsgenie
acsgenie@acsgenie:~$

any idea how to installa some other way?
Thanks !!

SOLVED: you can disable the fund request message using this command: npm config set fund false
So you can continue with the installation.

1 Like