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 !!