为啥安装 babel-loader 后 yarn 会报错?
Posted
技术标签:
【中文标题】为啥安装 babel-loader 后 yarn 会报错?【英文标题】:Why is yarn throwing an error after installing babel-loader?为什么安装 babel-loader 后 yarn 会报错? 【发布时间】:2021-04-30 19:50:16 【问题描述】:在我安装了react-icons
包后,我的代码抛出了一个错误,说我的babel-loader
丢失了,所以我也安装了那个包。
接下来我知道了,我跑了yarn start
,然后出现了这个错误:
Assertion failed: (napi_create_string_utf8(env, events->events[idx].path, NAPI_AUTO_LENGTH, &args[0]) == napi_ok), function fse_dispatch_event, file ../src/fsevents.c, line 147.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
我尝试使用npm start
,应用程序启动正常。
怎么了?
【问题讨论】:
你能加入吗?我会尽力用我的知识帮助你chat.***.com/rooms/227868/doubts 【参考方案1】:我相信这是由上游 issue 和 fsevents 引起的。
【讨论】:
以上是关于为啥安装 babel-loader 后 yarn 会报错?的主要内容,如果未能解决你的问题,请参考以下文章
为啥要使用 babel-loader 和 ts-loader?
yarn 安装了 2 个版本的 jquery。为啥,除了直接编辑 yarn.lock 之外,我该如何修复它?
为啥安装 esparse 时“yarn install”会引发 ENOENT 错误?
Yarn v3.0.2 为啥不安装 node_modules 文件夹?需要在 yarn 的命令之后运行 npm install 吗?
Heroku 在部署 MEVN 应用程序时构建错误,为啥 heroku 显示 babel-loader 和 vue-loader 错误?