- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 uniapp 清除文件缓存
读取指定目录下子目录以及文件的大小的方法showCache() { plus.io.resolveLocalFileSystemURL('_doc/', function(entry) { //通过URL参数获取目录对象或文件对象 var fileSize = 0; var directoryReader = entry.createReader(); directoryReader.readEntries(function(entr
2021-03-16 14:42:20 2321
原创 npm install 下载成功,npm run serve 运行失败
Error: ENOENT: no such file or directory, scandir查看是那个包有问题:npm rebuild node-sass // node-sass 有问题的依赖包
2020-09-04 14:48:29 876 1
原创 npm install 报错(npm ERR! errno: -4048, npm ERR! code: ‘EPERM‘, npm ERR! syscall: ‘unlink‘,)解决方法
npm install 报错npm ERR! errno: -4048,npm ERR! code: 'EPERM',npm ERR! syscall: 'unlink',1、删除npm缓存npm cache clean --force2、校验缓存依赖npm cache verify3、设置npm下载链接npm config set registry https://registry.npm.taobao.org// npm config set regis
2020-07-10 11:35:26 12872
原创 vue中代码的不规范
Duplicate keys detected: ‘[object Object]’. This may cause an update error.这是props的错误, 需要引入是Array,要使用工厂函数rops: { video : { type: Array, dafault : () => [] } }...
2019-03-05 10:55:01 528
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人