瀏覽代碼

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