在 npm start 上创建 React 应用程序错误 - “找不到模块”

Ski*_*kif 2 javascript npm reactjs create-react-app

我正在尝试使用 create-react-app 启动 React 项目。npm start
出现错误:

Failed to compile.

multi ./node_modules/react-scripts/config/polyfills.js ./node_modules/react-dev-utils/webpackHotDevClient.js ./src/index.js
Module not found: Can't resolve 'D:\' in 'D:\!!!DESKTOP\React-test\test-react'
Run Code Online (Sandbox Code Playgroud)

我该如何修复它?