不知道为什么我得到这个问题。我正在遵循一个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)降级节点来解决这个问题。