satis-admin
satis-admin copied to clipboard
Composer install issue
I found an error during installation:
Yohang\DependencyTools::installDeps Installing NPM dependencies Script Yohang\DependencyTools::installDeps handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occuring when installing NPM dependencies
sh: 1: npm: not found
Can you help me?
Hi, you just need to install node with npm in your server
$ sudo apt update $ sudo apt install nodejs npm $ sudo apt install npm