[WSL]Added missing npm install

pull/494/head
Juan Rocha 2023-04-18 10:25:42 +02:00
parent fe4bff4a7a
commit cecca24c38
No known key found for this signature in database
GPG Key ID: 8EFED3A40E4D6B9F
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ sudo service apache2 restart > /dev/null
echo -e "\n--- Installation of Node, NPM and Grunt… ---\n"
curl -sL https://deb.nodesource.com/setup_15.x | sudo bash - > /dev/null 2>&1
sudo apt-get install -y nodejs > /dev/null 2>&1
sudo apt-get install -y nodejs npm > /dev/null 2>&1
sudo npm install -g grunt-cli > /dev/null 2>&1