命令打印 nodejs 版本
parent
00cafdfa5c
commit
4867e701a5
|
@ -1,4 +1,7 @@
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
|
node -v
|
||||||
|
|
||||||
npm install -g cnpm --registry=https://registry.npmmirror.com
|
npm install -g cnpm --registry=https://registry.npmmirror.com
|
||||||
|
|
||||||
cnpm install -g lerna@6
|
cnpm install -g lerna@6
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
|
node -v
|
||||||
|
|
||||||
lerna bootstrap
|
lerna bootstrap
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
cd ../packages/gui
|
cd ../packages/gui
|
||||||
|
|
||||||
|
node -v
|
||||||
|
|
||||||
npm run electron
|
npm run electron
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
cd ../packages/gui
|
cd ../packages/gui
|
||||||
|
|
||||||
|
node -v
|
||||||
|
|
||||||
if not exist "dist_electron" mkdir "dist_electron"
|
if not exist "dist_electron" mkdir "dist_electron"
|
||||||
start dist_electron
|
start dist_electron
|
||||||
|
|
||||||
npm run electron:build
|
npm run electron:build
|
||||||
|
|
Loading…
Reference in New Issue