AlanLee

Results 2 comments of AlanLee

我的解决方案:直接删掉`package.json`文件下`devDependencies`的`"@tencent/eslint-config-wxapp": "^0.5.2"`,因为npmjs.com中根本就没有这个包,并且`.eslintec.js`也没有使用到`eslint-config-wxapp`这个配置,所以可以直接删除`@tencent/eslint-config-wxapp`这个包。 ![image](https://github.com/wechat-miniprogram/miniprogram-demo/assets/42601044/d45cb6c0-1f48-4e86-9e92-de600c3ca407) 删除后再安装依赖 `npm i --legacy-peer-deps` ![image](https://github.com/wechat-miniprogram/miniprogram-demo/assets/42601044/f7c912e9-fcbf-4bba-84c4-3c0abf31dd13)