Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer install issue #6

Open
alexgenovese opened this issue Jan 27, 2017 · 1 comment
Open

Composer install issue #6

alexgenovese opened this issue Jan 27, 2017 · 1 comment

Comments

@alexgenovese
Copy link

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
Copy link

mguinea commented Apr 26, 2019

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants