随笔 - 135  文章 - 0  评论 - 2  阅读 - 17万
02 2023 档案
vue中使用链式操作符?.
摘要:1、安装babel依赖 @babel/plugin-proposal-optional-chaining npm install '@babel/plugin-proposal-optional-chaining' --save-dev 2、添加到 babel.config.js 中 module. 阅读全文
posted @ 2023-02-23 10:10 稳住别慌 阅读(36) 评论(0) 推荐(0) 编辑
npm install sentry-cli 失败
摘要:npm set ENTRYCLI_CDNURL=https://cdn.npm.taobao.org/dist/sentry-cli npm set sentrycli_cdnurl=https://cdn.npm.taobao.org/dist/sentry-cli 阅读全文
posted @ 2023-02-20 10:23 稳住别慌 阅读(1015) 评论(0) 推荐(0) 编辑
npmFix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-pe
摘要:因为node7在某些事件处理上比node6更加严格,解读上面的报错信息,找到解决方案 npm install --legacy-peer-deps 即可成功安装 node_modules 阅读全文
posted @ 2023-02-09 13:43 稳住别慌 阅读(395) 评论(0) 推荐(0) 编辑
vue项目安装报babel-loader系列错误解决 Maybe you meant to use 'targets'?
摘要:npm install @babel/core @babel/preset-env 阅读全文
posted @ 2023-02-07 09:58 稳住别慌 阅读(211) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示