摘要: 环境:win node v0.6.6 win7 64x今天安装kissy的node版本时发现,依赖报错报错代码:node-waf was unexpected at this time.npm ERR! error installing contextify@0.0.7npm ERR! error installing jsdom@0.2.10npm ERR! Error: ENOENT, no such file or directory 'D:\node.js\node_modules\jsdom\node_modules_cssom.npm\package\comments.js 阅读全文
posted @ 2012-01-21 22:24 雪霁霜飞 阅读(2014) 评论(0) 推荐(0) 编辑
摘要: npm install xxx 安装模块npm install xxx -g 将模块安装到全局环境中 参考http://goddyzhao.tumblr.com/post/9835631010/no-direct-command-for-local-installed-command-line-modulnpm ls 查看安装的模块及依赖npm ls -g 查看全局安装的模块及依赖npm uninstall xxx (-g) 卸载模块npm cache clean 清理缓存 阅读全文
posted @ 2012-01-21 13:59 雪霁霜飞 阅读(45300) 评论(2) 推荐(0) 编辑