我是React Native的新手,我正在尝试制作一个小应用程序。我遵循了一个关于如何开始一个CRNA项目以及如何在你的手机上测试它的教程。它可以工作,但是当我创建我的第一个组件时,我得到了这个错误: Building JavaScript bundle: error
Unable to resolve module ./Components/Search from C:\Users\fredd\OneDrive\Bureau\ReactNative\MoviesAndMe\App.js:
None of these files exist:
* Components\Search
我正在学习Qooxdoo框架,我正在尝试让它与一个小的Django web服务一起工作。Django webservice返回的JSON数据如下:
{ "name": "Football", "description": "The most popular sport." }
然后,我使用以下代码来查询该url:
var req = new qx.io.remote.Request(url, "GET", "application/json");
req.toggleCrossDomain();
*.web.js和*.native.js平台目标在React Native Web文件命名中不起作用。此路径是正确的import { Foo } from './Foo/Foo';,但它返回以下错误:
Module build failed: Error: ENOENT: no such file or directory
在运行react-native run-android时,是否有人在使用expo时遇到此错误?
error: bundling failed: Error: Unable to resolve module `./Linking/Linking` from `node_modules/expo/build/ExpoLazy.js`:
None of these files exist:
* node_modules/expo/build/Linking/Linking(.native|.android.js|.native.js|.js|.android.json|.native.js
当尝试运行react原生iOS应用程序时,我得到一个带有错误的红色页面。这是我在iOS屏幕上看到的以下错误。
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module ./node_modules/react-native/src/constants/screens from/Users/username/Desktop/mobile/App.js: The module ./
我在删除节点模块后运行我的expo应用程序时遇到问题。我运行了npm start,但在尝试在IOS模拟器或web上打开它后,我得到了以下结果: Unable to resolve module ./LocalAssets from /Users/mouhamadou/Documents/Dksen/dksen-app/node_modules/expo-asset/build/Asset.js:
None of these files exist:
* node_modules/expo-asset/build/LocalAssets(.native|.ios.ts|.native.
在使用Expo构建APK时出现错误“找不到模块加密”。如何修复此错误?这是错误,似乎无法修复此错误 While trying to resolve module `crypto` from file `C:\Users\EDGAR\Desktop\DStarMobileApp\node_modules\jws\node_modules\jwa\index.js`, the package `C:\Users\EDGAR\Desktop\DStarMobileApp\node_modules\crypto\package.json` was successfully found. Ho
我正在尝试使用下面这行代码从./components/task导入一些内容:
import Task from './components/task';
但是我得到了一个错误
None of these files exist:
* components\task(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
我正在尝试在React本机中设置Back4App,它在教程中说要导入Parse,如:import Parse from "parse/react-native.js"。但是,无论何时添加这一行,我都会得到下面列出的错误。有人知道为什么会发生这种事吗?谢谢。
错误:在试图从文件idb-keyval解析模块/Users/reidtaylor/Sessler2022/node_modules/idb-keyval/package.json时,成功地找到了包/Users/reidtaylor/Sessler2022/node_modules/idb-keyval/package.jso
试图运行一个react本机项目,但我得到了以下错误:
Unable to resolve "/Users/bobby/node_modules/babel-runtime/regenerator" from "App.js"
对这一问题有哪些可能的解决办法?
我的iOS模拟器给了我一个红色的屏幕,上面写着:
无法从/Users/bobby/Desktop/mstore/src/App.js解析模块/Users/bobby/node_modules/babel-runtime/regenerator:无法从/Users/bobby/Desktop/mstore/
我是一个反应本地人的初学者,所以我道歉,如果这是一个菜鸟的问题。我正在尝试学习使用和。第一篇文章将所有代码放在App.js中,而第二篇文章将代码放在单独的页面中,但有点过时。因此,我的计划是将这两个示例集成起来,使用第一篇文章的代码,但在单独的页面中,而不是将所有内容都放在App.js中。
我所犯的错误:
None of these files exist:
* Screen\drawerScreens\settingsScreen(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.t
我正在学习一个“反应本机教程”,我得到了一个错误:
Failed to compile
Syntax Error
None of these files exist:
*..\..\..\..\..\.src\screens\ListScreen(.native|ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|tsx|ios.js|native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|native.json|.json)
*..\..\..\..\..\.src\screens\ListScreen\i
While trying to resolve module `crypto` from file `C:\Users\munge\SemaApp\node_modules\request\lib\helpers.js`, the package `C:\Users\munge\SemaApp\node_modules\crypto\package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`C:\U
我有一个博览会项目与AWS放大器。我目前正在使用EAS从博览部署在手机上。
我经常运行这个错误:
❌ Metro encountered an error:
Unable to resolve module ./src/aws-exports from /Users/expo/workingdir/build/App.tsx:
None of these files exist:
* src/aws-exports(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.js
我不时地收到一个错误,它会在本机与世博(管理管道)的反应中得到一个错误,其中的内容如下:
While trying to resolve module `expo-random` from file `E:\source\app\node_modules\expo-auth-session\build\PKCE.js`, the package `E:\source\app\node_modules\expo-random\package.json` was successfully found. However, this package itself
specifies a `main`
我正在尝试创建一个react-native应用程序,但在运行时遇到错误。几个小时后,我似乎想不通了。有人能帮上忙吗?我正在学习react native,但我似乎不明白为什么会这样。我花了几个小时更新了太多的NPM包,我都数不清了。有任何提示或方法来首次亮相吗?我太迷茫了。
文件:
Unable to resolve module ./CardContainer from C:\Users\usama\hp4\node_modules\react-navigation-stack\lib\module\vendor\views\Stack\CardStack.js:
None of
我是第一次接触react-native。我在导入react-native-calendar-picker后得到以下错误: ERROR [Error: InternalError Metro has encountered an error: While trying to resolve module `react-native-calendar-picker` from file `C:\Users\Name\Project\app\App\Components\DatePickerPopup\index.js`, the package `C:\Users\Name\Projec
我刚刚将react-native-vector-icons从7.1版升级到8.0.and,现在收到以下错误: unable to resolve module `./tab-bar-item-ios` from `node_modules\react-native-vector-icons\lib\create-icon-set.js`
None of these files exist:
* node_modules\react-native-vector-icons\lib\tab-bar-item-ios(.native|.android.js|.native.js
我有一个问题,使我无法继续我的反应敏感的项目:是你可以给我一些想法,请。这个程序在我搭档的环境下工作,但在我家不行。
Failed building JavaScript bundle.
Unable to resolve module ./reanimated2 from /home/salami/Documents/COURS_PARIS_SACLAY/semestre6/projet_GLA/OC_FullStack/Eugloh_frontend/node_modules/react-native-reanimated/src/Animated.js:
None of these
目标:使用react-native-agora v3.0.1-rc.4成功构建和绑定本地项目,同时保留我编辑的npm包。
阿格拉支持人员告诉我尝试更新这个版本。在经历了一系列的错误和管理之后,我又谈到了另一个问题。该项目现在正在构建,但不会成功地绑定。包进程失败(在iOS上,还没有尝试android ):
error: bundling failed: Error: Unable to resolve module `./AgoraView.native` from `node_modules/react-native-agora/lib/index.js`:
None of these
我使用"react-native-vector-icons": "^4.5.0"并将其导入为import EvilIcons from 'react-native-vector-icons/EvilIcons'。但是捆绑失败了,错误如下所示。
error: bundling failed: Error: While resolving module `react-native-vector-icons/EvilIcons`, the Haste package `react-native-vector-icons` was found. Howe