yohang / satis-admin

A web interface for Satis configuration
MIT License
64 stars 8 forks source link

Composer install issue #6

Open alexgenovese opened 7 years ago

alexgenovese commented 7 years ago

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?

mguinea commented 5 years ago

Hi, you just need to install node with npm in your server

$ sudo apt update $ sudo apt install nodejs npm $ sudo apt install npm