Skip to content
Snippets Groups Projects
Commit b408d15a authored by jurgenhaas's avatar jurgenhaas
Browse files

#7 Bug fix with npm executable

parent 7067555d
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,9 @@ class Handler
if ($update) {
$this->npm('update');
}
$this->npm('install');
else {
$this->npm('install');
}
// Handle Bower if not installed globally
if (!$this->getOption('bower_assets')['global']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment