satis-admin icon indicating copy to clipboard operation
satis-admin copied to clipboard

Composer install issue

Open alexgenovese opened this issue 9 years ago • 1 comments

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?

alexgenovese avatar Jan 27 '17 09:01 alexgenovese

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

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

mguinea avatar Apr 26 '19 08:04 mguinea