Files
mes-ui-d2/docs/zh/guide/question.md
liyang 963e6b3b3a no message
Former-commit-id: c02a908237883f7a20883c0a877996e8a19a334e [formerly c02a908237883f7a20883c0a877996e8a19a334e [formerly c02a908237883f7a20883c0a877996e8a19a334e [formerly c02a908237883f7a20883c0a877996e8a19a334e [formerly 18b9f48dd1e32184790a73a4475c16854b3b6850 [formerly b1bd8a9fba0e94245c5276251812cefb05b9c1c4]]]]]
Former-commit-id: ff3bca92612b3dfef58851b61b18df8d5c329030
Former-commit-id: 9b26f506a9d07c6cc63f649a25c9f8c81ce54836
Former-commit-id: b9f10779f70bc961076a2f7b2bc158aa24208535 [formerly 0ddcac5385b822f28a47be526723d059c562d7ca]
Former-commit-id: 693212948d34e25e4e16e2e7ec7c44b44afe24f3
Former-commit-id: 7a21d1985738242745a79c6f27ea133f69b36ff8
Former-commit-id: 1c1b6a305907ec1aba34b3cdea8a3081f507ff52
Former-commit-id: 56d8a5cd7ba5e8352b135f7f09bef90b6ac40484
Former-commit-id: 5e2bb8acbe21119c1f254cb6088a93f7f3b1c2b7
2018-06-20 22:31:50 +08:00

26 lines
584 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 常见问题
## 无法启动项目
首先建议您升级 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
:::