Metro Has Encountered an error: Cannot read properties of undefined(reading 'transformfile'). ERROR

Metro Has Encountered an error: Cannot read properties of undefined(reading 'transformfile'). ERROR

不确定为什么会出现此问题。我正在学习 react-native 教程,但遇到此错误:

TransformFile(filePath, transformOptions) {
    var _this3 = this;

    return _asyncToGenerator(function*() {
      // We need to be sure that the DependencyGraph has been initialized.
      // TODO: Remove this ugly hack!
      yield _this3._depGraphPromise;
      return _this3._transformer.transformFile(filePath, transformOptions);
    })();

出现这个问题一般是因为用户使用的节点版本较新。你可以通过使用 Nvm 降级你的节点来解决这个问题。这是 Link 到使用 Nvm,https://www.npmjs.com/package/nvm。如果您还有其他问题,请告诉我:)