Closed kennedyabitbol closed 4 years ago
It seems that grunt isn't installed. Maybe due to debian strch version 9, in provision/010-system.packages.sh
Just change
# Grunt curl -sL https://deb.nodesource.com/setup_8.x | -E bash - apt-get install -y nodejs npm install -g grunt-cli
to
# Grunt curl -sL https://deb.nodesource.com/setup_10.x | -E bash - sudo apt-get install -y nodejs npm install -g grunt-cli
Thanks for reporting. It should work correctly now.
It seems that grunt isn't installed. Maybe due to debian strch version 9, in provision/010-system.packages.sh
Just change
to