【发布时间】:2023-03-14 01:21:01
【问题描述】:
不知道为什么会这样,Bundler.js上出现了问题,错误指向了这一行。
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 安装节点可能很重要。
谢谢!
【问题讨论】:
标签: node.js react-native node-modules bundler metro-bundler