Explorar el Código

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

Johan Ahlen hace 5 años
padre
commit
6ec4a536fa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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