Former-commit-id: 5b298dfee66105a27662fcc28093e262f6fd6b88 [formerly 5b298dfee66105a27662fcc28093e262f6fd6b88 [formerly 5b298dfee66105a27662fcc28093e262f6fd6b88 [formerly 5b298dfee66105a27662fcc28093e262f6fd6b88 [formerly 1eac930ecafafcd4bc3a3f863777e7ca08e94bd0 [formerly 9451c81818c835ec44069e292d80deebbc3ccc08]]]]] Former-commit-id: 6475c3dc7d71b833dabb73f1c6b47984e544b3b5 Former-commit-id: ed430fd6ccac7ebb4aacad1ebe4e6c99a427eb13 Former-commit-id: f36a435fec0eec783e5b76d18c0e217fc74345f7 [formerly 4cdb1c1b9efff274953ade88a98fe6008e7a1797] Former-commit-id: 90dea42f9c31d6d3348f451b62f578b3ac0dbbab Former-commit-id: 16cf6481273530911c552082c6cca18672e7033b Former-commit-id: 194b973addbb9b37b11a8d079e4ef1e928637da5 Former-commit-id: f115af20538dc239535cad43b2e2d977b849844a Former-commit-id: 884f97a7d2524a3d4618149d02e2992b35002629
36 lines
1016 B
Markdown
36 lines
1016 B
Markdown
# 常见问题
|
||
|
||
本章总结收到的用户反馈问题,集中展示,方便后续用户自助解决问题
|
||
|
||
## 无法启动项目
|
||
|
||
首先建议您升级 node 版本 > 8,在以下环境测试可用
|
||
|
||
```
|
||
➜ ~ npm -v
|
||
5.6.0
|
||
➜ ~ node -v
|
||
v8.11.1
|
||
➜ ~ nrm -V
|
||
1.0.2
|
||
➜ ~ nrm ls
|
||
npm ---- https://registry.npmjs.org/
|
||
cnpm --- http://r.cnpmjs.org/
|
||
* taobao - https://registry.npm.taobao.org/
|
||
nj ----- https://registry.nodejitsu.com/
|
||
rednpm - http://registry.mirror.cqupt.edu.cn/
|
||
npmMirror https://skimdb.npmjs.com/registry/
|
||
edunpm - http://registry.enpmjs.org/
|
||
```
|
||
|
||
::: tip
|
||
推荐使用 [nrm](https://github.com/Pana/nrm) 管理 npm 源,不建议使用 cnpm
|
||
:::
|
||
|
||
## 删除页面右上角 github 链接
|
||
|
||
在 `src/components/demo/d2-demo-page-cover/index.vue` 中删除相关代码即可
|
||
|
||
## el-scrollbar 组件
|
||
|
||
el-scrollbar 组件是 ElementUI 自带的一个隐藏组件,没有写入文档,详见 [https://github.com/ElemeFE/element/issues/2238](https://github.com/ElemeFE/element/issues/2238) |