weexteam / devtool-for-Apache-Weex

debugger tools with chrome devtool for Apache Weex
MIT License
258 stars 40 forks source link

macbook上weex怎么卸载 #103

Open hurely opened 6 years ago

hurely commented 6 years ago

按照官方的指示操作安装了weex-toolkit,有权限问题也用sudo安装好了,后续安装新东西的时候总是报权限错误,想卸载掉重装 $ sudo npm uninstall -g weex-toolkit 报错如下:

Password: npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://github.com/npm/npm/issues

erha19 commented 6 years ago

@hurely we do not suppose you use sudo all the time, for your situation, you need to remove weex-toolkit manually on /usr/local/lib/node_modules/weex-toolkit

hurely commented 6 years ago

@erha19 3q