组件调整。
parent
72e29e9c6c
commit
ef8a62796f
|
@ -353,8 +353,6 @@ npm install cnpm -g --registry=https://registry.npm.taobao.org
|
||||||
|
|
||||||
cnpm install lerna@6 -g
|
cnpm install lerna@6 -g
|
||||||
|
|
||||||
cnpm install phantomjs -g
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 8.2、开发调试模式启动
|
### 8.2、开发调试模式启动
|
||||||
|
|
|
@ -2,4 +2,3 @@ cd ../
|
||||||
|
|
||||||
npm install cnpm -g --registry=https://registry.npm.taobao.org
|
npm install cnpm -g --registry=https://registry.npm.taobao.org
|
||||||
cnpm install lerna@6 -g
|
cnpm install lerna@6 -g
|
||||||
cnpm install phantomjs -g
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"author": "Greper",
|
"author": "Greper",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"lerna": "^3.22.1"
|
"lerna": "^6.6.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue