博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于 weex 安装weex debug时遇到的问题
阅读量:6324 次
发布时间:2019-06-22

本文共 625 字,大约阅读时间需要 2 分钟。

最近在搞weex,安装过程还算顺利,但素~安装debug调试的时候老是报这个问题

➜  awesome-app weex debugThis command need to install weex-debugger. Installing...npm ERR! cb() never called!npm ERR! This is an error with npm itself. Please report this error at:npm ERR!     
npm ERR! A complete log of this run can be found in:npm ERR! /Users/cailuli/.npm/_logs/2018-04-24T10_21_29_656Z-debug.log18:21:29 : Error: fatal error!

一脸懵逼啊,有木有...后来 google 了发现很多人遇到这个问题,楼主mac本,可能跟windows系统解决不一样,下面是我的解决方法


清除node.js的cache

sudo npm cache clean -f

升级npm

npm update npm -g

卸载了weex-toolkit,重新全局安装

npm un weex-toolkit -g   npm i weex-toolkit -g

蓝后呢,weex debug 哦了!

转载地址:http://mtmaa.baihongyu.com/

你可能感兴趣的文章
开发经常犯的错误之→【join表连接关联查询 】
查看>>
我的友情链接
查看>>
Java的数据类型的挑选
查看>>
OpenGL+VS2010环境配置及遇到的问题
查看>>
JavaScript设计模式 观察者模式
查看>>
[数据结构】【c语言】链表的创建和遍历
查看>>
std::string 字符串切割
查看>>
LeetCode 17. Letter Combinations of a Phone Number
查看>>
HDU1287 破译密码
查看>>
【原】iOS学习之文件管理器(NSFileManager)和文件对接器(NSFileHandle)
查看>>
【转】iOS学习之Storyboard中的UIScrollView使用自动布局
查看>>
yii2 邮件插件设置全局报警日志
查看>>
我的博客
查看>>
搭建 Docker-Registry 私有仓库
查看>>
jquery选择器
查看>>
Oracle执行计划
查看>>
js 时间格式化 兼容safari 苹果手机
查看>>
Yii 中,render 和 renderPartial 的区别[转]
查看>>
第67天:面向对象的声明、封装
查看>>
51nod 1105 第K大的数
查看>>