./src/index.js 未找到模块:无法在 "c:\users\....." 中解析 'react-dom/client'

./src/index.js Module not found: Can't resolve 'react-dom/client' in "c:\users\....."

Above is the code of the index.js file, below is the error shown in this file

我尝试了很多方法来解决这个错误,我也更新了 React 和 React DOM 版本 “反应”:“^18.0.0-rc.0”, “反应-dom”:“^18.0.0-rc.0”。我还尝试删除节点模块并重新安装节点模块。等待解决方案。也无法理解这些 Chokidar 错误。

尝试将 react 和 react dom 安装到最新的稳定 v18 版本

npm i react@latest react-dom@latest

此外,您的控制台中出现有关文件被锁定的错误。您是否在客户端仍然 运行 时更新了依赖项?