安装报错操作

This commit is contained in:
shawnzhang 2019-03-07 17:05:37 +08:00
parent 045e5f5a2a
commit de102aee10
2 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,21 @@
# ERP
## work for nwow
### 重大操作
```
安装插件步骤出错后操作
- npm install -g cnpm --registry=https://registry.npm.taobao.org 安装cnmp
- cnpm install node-sass 安装node-sass
- npm run dev 启动
- 启动报错
- 删除 node_modules 文件夹
- npm install 重新安装node_modules
- npm run dev 重新启动
- 报错
- npm install -g cnpm --registry=https://registry.npm.taobao.org 安装cnmp
- cnpm install node-sass 安装node-sass
- 直接启动
- 成功安装
```
### ERP project
#### 2019/2/12 add topmenu
#### 2019/2/25 遇到的一些问题以及解决方案

View file

@ -57,6 +57,7 @@
"sortablejs": "1.7.0",
"vue": "2.5.17",
"vue-count-to": "1.0.13",
"vue-element-extends": "^1.0.2",
"vue-google-maps": "^0.1.21",
"vue-i18n": "7.3.2",
"vue-router": "3.0.1",
@ -64,6 +65,7 @@
"vue-splitpane": "1.0.2",
"vuedraggable": "^2.16.0",
"vuex": "3.0.1",
"xe-utils": "^1.8.9",
"xlsx": "^0.11.16"
},
"devDependencies": {