After I installed the react-icons
package, my code threw an error saying my babel-loader
was missing, so I installed that package too.
Next thing I knew, I ran yarn start
and this error came up:
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.
I tried using npm start
and the app started just fine.
What's wrong?
question from:
https://stackoverflow.com/questions/65911335/why-is-yarn-throwing-an-error-after-installing-babel-loader 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…