admin管理员组

文章数量:1650783

安装nuxt报错 ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)

解决方法::
 第一步:ping raw.githubusercontent 检查是否通
 第二步:如果访问不通,代表是网络不通
 第三步:配置 host,本地解析域名
✓ Mac电脑 host 配置路径: /etc/hosts
✓ Win 电脑 host 配置路由:c:/Windows/System32/drivers/etc/hosts
 第四步:在host文件中新增一行 ,编写如下配置:
✓ 185.199.108.133 raw.githubusercontent
 第五步:重新ping域名,如果通了就可以用了
 第六部:重新开一个终端创建项目即可

本文标签: APIfetchExperimentalWarningExperimentalTIM