会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
04 2022 档案
webpack-dev-server报错Cannot assign to read only property 'exports'
摘要:是exports和import不兼容引起的,解决方案: 安装插件:npm install babel-plugin-transform-es2015-modules-commonjs 在 babelrc中配置 { "plugins": ["transform-es2015-modules-commo
阅读全文
posted @
2022-04-20 16:53
Reminisce*
阅读(59)
评论(0)
推荐(0)
git protocol on port 9418 is no longer supported
摘要:github的安全机制升级导致的问题,解决方案执行:git config --global url."https://github.com/".insteadOf git://github.com/
阅读全文
posted @
2022-04-20 16:47
Reminisce*
阅读(53)
评论(0)
推荐(0)
公告