
Bug
ECMAScripter
这个作者很懒,什么都没留下…
展开
-
Package require os(darwin) not compatible with your platform(win32)
使用npm install 安装项目依赖时出现Package require os(darwin) not compatible with your platform(win32)的问题stackoverfllow.com上的回答为:This is an ignored error. fsevents is an optional dependency, is only used on m...原创 2018-02-27 15:30:27 · 28349 阅读 · 0 评论 -
安装ruby遇到Error running '__rvm_make -j 1'错误解决办法
安装Ruby的时候可能会出现以下错误:Error running '__rvm_make -j 1',please read /Users/xiaoqiang/.rvm/log/1508842550_ruby-2.0.0-p648/make.logThere has been an error while running make. Halting the installation.使用cat原创 2017-10-24 19:20:53 · 19970 阅读 · 0 评论 -
利用HTML5 canvas合并图片并解决Filaed to execute 'toDataURL' on 'HTMLCanvasElement'异常
有两张图片,如下图所示,如何将两张图片合并成一张?使用HTML5的canvas相关知识可以简单快捷地解决此需求。目录结构:注:源码使用原生js,不需引入第三方库:...原创 2018-02-24 10:37:38 · 1079 阅读 · 0 评论 -
Mac bower install bootstrap bug解决
最近都是用vue及基于vue的UI框架,比如Element,有些年没有用BootStrap了,不知怎么的今晚突然想装个BootStrap到自己的小项目看看,使用bower安装时一直报以下错误: /usr/local/lib/node_modules/bower/lib/node_modules/configstore/index.js:54 throw err; ^ ...原创 2018-04-06 02:51:23 · 786 阅读 · 4 评论 -
Git pull 错误:fatal: refusing to merge unrelated histories解决办法
描述在使用git pull origin master拉取github代码时,报以下错误: fatal: refusing to merge unrelated histories 解决办法将git pull origin master换成git pull origin master --allow-unrelated-histories。 本人之所以还有错误,是因为有冲突,...原创 2018-05-19 09:36:14 · 1088 阅读 · 0 评论 -
微信小程序开发错误:LoginError {type: "ERR_WX_GET_USER_INFO"}解决方法
错误内容微信小程序登录接口报以下错误: LoginError {type: “ERR_WX_GET_USER_INFO”, message: “获取微信用户信息失败,请检查网络状态”, detail: {errMsg: “getUserInfo:fail scope unauthorized”} message: “获取微信用户信息失败,请检查网络状态” type: “ERR_WX_G...原创 2018-06-07 00:34:32 · 6841 阅读 · 14 评论 -
Weex Project (npm run android)->Error: Error: Command failed
问题描述:weex项目在运行npm run android跑安卓端时出现以下错误,尝试了网上的很多方法,包括Stack Overflow上的大神的建议依然没有解决,问题如下:Error: Error: Command failed: ./gradlew assembleDebugisLibProject: false, isAppProject: trueweex_plugin:...原创 2019-01-28 23:27:06 · 2889 阅读 · 4 评论 -
Weex Project(npm run ios)-> Error:Error: Command failed: pod update
QuestionWeex project run npm run ios(weex run ios)error:Error:Error: Command failed: pod updateAnswer(1)update openssl, then ruby, then cocoapod.(Please select the operation according to your own...原创 2019-01-15 00:36:49 · 2641 阅读 · 0 评论