- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 yarn命令失效。\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅https:/go.microsoft.com/fwlink/?LinkI
安装完yarn 运行yarn 提示报错 如图: 解决方案: 1、点击任务栏开始按钮找到:windows PowerShell 右击>管理员身份运行: 输入set-ExecutionPolicy RemoteSigned 根据提示输入y 如图: 在终端:输入yarn 可以识别完美解决 ...
2021-08-09 17:25:18
410
原创 ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! fatal: unable to access ‘https://github.
安装依赖时错误:fatal: repository ‘https://github.com/nhn/raphael.git/’ not found @里写自定义目录标题) vue项目 npm i 安装依赖失败 提示: npm ERR! Error while executing: npm ERR! d:\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! fatal: unable to access 'ht
2021-08-05 10:18:41
6910
原创 vue3.0+vite构建项目,引入 less && less-loader报错:less, less-loader, vue, vue-router [vite] Dep optimizatio
安装npm install less less-loader后 运行npm run dev 就报错。报错信息如下: 卸载后npm uninstall less less-loader又恢复正常 解决方案:安装方式改成 npm install less less-loader --save-dev 原因:less 和 less-loader 需要写到 devDependencies 里面 ...
2021-05-18 17:40:31
2469
原创 cordova build android时候的报错总结
报错 * Where: Build file 'D:\glq\svn\myapp\platforms\android\CordovaLib\build.gradle' line: 41 * What went wrong: A problem occurred evaluating project ':CordovaLib'. > Failed to apply plugin [id...
2018-08-30 19:48:09
5039
原创 ionic cordova resources 命令总提示需要登录,
ionic cordova resources 执行时总跳到登录邮箱密码,输入账号密码总是报410. 解决办法: 登录到https://ionicframework.com上面创建一个app项目,然后用“ionic link –pro-id 项目的编码” 将本地项目和ionicjs上的项目进行关联,关联以后发现就可以使用ionic cordova resources命令了。 Save spl...
2018-08-27 13:32:29
2214
2
翻译 git 常用命令
//配置 显示当前的Git配置 $ git config –list 编辑Git配置文件 $ git config -e [–global] 设置提交代码时的用户信息 gitconfig[–global]user.name“[name]”gitconfig[–global]user.name“[name]” git config [–global] user.name “[na...
2018-08-14 09:24:04
218
原创 ionic3 + cordova打包注意事项
ionic3 + cordova打包注意事项 ionic resources –icon ionic resources –splash ionic cordova platform add ios // 添加ios平台,ionic cordova platform add android 如果是Android平台则是:ionic cordova platform add android ...
2018-07-30 15:48:57
1817
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅