添加 react-router-dom 后,Parcel 显示以下错误

After adding react-router-dom following error is shown by Parcel

当我在我的 React 项目中添加 react-router-dom 时,在使用 parcel 构建时抛出以下错误。我该如何解决?

AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
(0, _assert().default)(node.type === 'file')

请尝试删除属性为空的标签,例如:

<link rel="stylesheet" href="">

参考:https://github.com/parcel-bundler/parcel/discussions/5385

在我的例子中,删除 .parcel-cache 文件夹和 re-run 项目后,问题就解决了。