- 博客(3)
- 收藏
- 关注
原创 执行npm install XXXX 时提示“npm ERR! Remove the existing file and try again, or run npm”的问题
执行npm install XXXX 时提示“npm ERR! Remove the existing file and try again, or run npm”的问题; 如下图所示使用vue开发, 安装插件的时候提示 根据红线标注部分提示执行对应的文件删除即可。
2021-01-05 14:09:32
9100
1
原创 vue 与 cordova 整合例子
1、 安装jdk ;安卓开发环境sdk 2、 安装node.js 3、 安装cordova开发环境 4、 创建cordova 项目 cordova create HashApp 添加平台环境【首选进入项目目录HashApp,在该目录下执行下面的命令】 cordova platform add android 查看平台环境 cordova platform 安装插件—相机功能的 cordova plugin add cordova-plugin-camera 编译项目 cordova build andro
2020-12-15 11:07:34
908
原创 启动安卓模拟器,报错 The emulator process for AVD Pixel_2_API_25 was killed
两个问题 1、启动安卓模拟器,报错 The emulator process for AVD Pixel_2_API_25 was killed. 2、cordova 启动模拟器失败 报错: 然后点击模拟器管理里面的 “下三角", -》show on disk 将 hw.gpu.enabled=yes hw.gpu.mode=auto 修改为 hw.gpu.enabled=no hw.gpu.mode=off 重启模拟器,果然OK啦。 造成这个的原因; 我先安装了android开发环境,模拟器等都正常使
2020-12-15 10:23:56
5502
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅