0

我已经搬到一台新的 Windows 机器上,我的 React 应用程序现在已经停止编译。纱线启动给出以下错误消息。它继续在我的同事机器(Linux 和 Windows)上工作。

我试过删除节点模块、yarn.lock 并重新安装,但这无济于事。还尝试再次在本地添加 webpack。

任何想法将不胜感激。

谢谢伊恩

Error: Cannot find module './Compiler'
Require stack:
- C:\Personal\Work\sz-candidate-client\node_modules\webpack\lib\webpack.js
- C:\Personal\Work\sz-candidate-client\node_modules\react-scripts\scripts\start.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (C:\Personal\Work\sz-candidate-client\node_modules\webpack\lib\webpack.js:7:18)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    'C:\\Personal\\Work\\sz-candidate-client\\node_modules\\webpack\\lib\\webpack.js',
    'C:\\Personal\\Work\\sz-candidate-client\\node_modules\\react-scripts\\scripts\\start.js'
  ]
}
4

0 回答 0