From 777a680682bbbd8c619339484e0793b2d8f1a18d Mon Sep 17 00:00:00 2001 From: Marc Egger <marc.egger@uzh.ch> Date: Tue, 13 Oct 2020 13:56:19 +0200 Subject: [PATCH] echo path in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cf063322a..08332e45d 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) -- GitLab