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) 编辑
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) 编辑
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) 编辑