Преглед изворни кода

HUE-9236 [core] Log the npm and node versions on make

Johan Ahlen пре 5 година
родитељ
комит
6ec4a536fa
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -227,6 +227,8 @@ install-env:
 
 .PHONY: npm-install
 npm-install:
+	npm --version
+	node --version
 	npm install
 	npm run webpack
 	npm run webpack-login