npm安装grunt,kpm

来源:互联网 发布:汉诺塔c 语言程序 编辑:程序博客网 时间:2024/05/17 06:04
由于npm问题,需要使用配置cnpm, --registry=http://r.cnpmjs.org/ 
安装grunt
npm --registry=http://r.cnpmjs.org/ install yo grunt-cli -g
安装kpm
npm --registry=http://r.cnpmjs.org/ install generator-kpm -g

0 0