mirror of
https://github.com/shawncai/ERP.git
synced 2025-02-01 04:19:30 +08:00
安装报错操作
This commit is contained in:
parent
045e5f5a2a
commit
de102aee10
2 changed files with 18 additions and 0 deletions
16
README.md
16
README.md
|
@ -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 遇到的一些问题以及解决方案
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue