首页 > 其他 > 详细

npm WARN uninstall not installed in /Users/hrt0kmt/node_modules: "xxx"

时间:2015-08-27 16:40:33      阅读:272      评论:0      收藏:0      [点我收藏+]

 

You may meet this error on home directory.

 

% npm uninstall appium
npm WARN uninstall not installed in /Users/hrt0kmt/node_modules: "appium"

 

You must uninstall npm package on directory which contains same node_modules.

 

% cd /Users/hrt0kmt/.nodebrew/node/v0.12.7/lib
dtrace
node_modules

% sudo npm uninstall appium
Password:
unbuild appium@1.4.10

 

Success !!

 

npm WARN uninstall not installed in /Users/hrt0kmt/node_modules: "xxx"

原文:http://www.cnblogs.com/melody-emma/p/4763742.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!