首页 > 解决方案 > React native - babel-plugin-module-resolver '1' of undefined

问题描述

我正在开发带有博览会的本机应用程序。但我有一个问题。当我使用 npm start 或 expo start 启动应用程序时。我收到这个错误。

node_modules\babel-plugin-module-resolver\lib\index.js:88
TypeError: Cannot read property '1' of undefined

我删除了所有 node_modules。但它不起作用。我该如何解决?

节点版本:v8.11.4

标签: javascriptreactjsreact-native

解决方案


尝试恢复当前版本的 babel。不久前,当他们的一个依赖项出现问题时,我遇到了这个问题


推荐阅读