1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

M #-: Fix to grunt<1.1.0 (#4370)

This commit is contained in:
Vlastimil Holer 2020-03-17 18:14:28 +01:00 committed by GitHub
parent 0d46f6d9d3
commit 2f7ebf89d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ clean() {
dependencies() {
npm install bower
npm install grunt
npm install 'grunt@<1.1.0'
npm install grunt-cli
export PATH=$PATH:$PWD/node_modules/.bin