Skip to content
Snippets Groups Projects
Commit 777a6806 authored by Marc Egger's avatar Marc Egger
Browse files

echo path in makefile

parent 1d86c1a0
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #3996 canceled
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment