koa学习笔记
时间:2015-07-04 23:25:46
收藏:0
阅读:333
卸载node
http://www.it165.net/os/html/201504/12427.html
安装
sudo npm install -g n sudo n stable 装个稳定版试试
alias node=‘node -- harmony‘
注:
n,node版本管理工具
harmony,和谐模式,支持ES6的特性
原文:http://www.cnblogs.com/wang-jing/p/4621331.html
评论(0)