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