diff --git a/Makefile b/Makefile index cf063322acfb5947041a9dfab07757d086159c5d..08332e45d16225d04f1419674c685fdf4d3ea83d 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,7 @@ basic: .npmpackages .virtual_env which npm node --version which node + echo $PATH npm ls -g grunt-cli 2>/dev/null || { echo "Please install grunt-cli npm package using 'npm install -g grunt-cli'" 1>&2 ; exit 1; } # update npm at persistent location and copy node_modules (to speed up process)