-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Boilerplate? #59
Comments
resolved the issue! |
Missing the See you ! |
@OriginalTsynn Hi, I am having the same error. would you mind sharing how did it get fixed? Thanks! |
I was facing the same issue and fixed by renaming App/Config/index.dev.js to App/Config/index.js |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: bundling failed: Error: While resolving module
App/Config
, the Haste packageApp
was found. However the moduleConfig
could not be found within the package. Indeed, none of these files exist:/Users/slevin/SEI/ReactNative/react-native-boilerplate/App/Config(.native||.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx)
/Users/slevin/SEI/ReactNative/react-native-boilerplate/App/Config/index(.native||.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx)
at resolveHasteName (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro-resolver/src/resolve.js:236:9)
at Object.resolve (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro-resolver/src/resolve.js:103:20)
at ModuleResolver.resolveDependency (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:143:31)
at ResolutionRequest.resolveDependency (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/node-haste/DependencyGraph/ResolutionRequest.js:52:18)
at DependencyGraph.resolveDependency (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/node-haste/DependencyGraph.js:283:16)
at Object.resolve (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/lib/transformHelpers.js:261:42)
at /Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/DeltaBundler/traverseDependencies.js:399:31
at Array.map ()
at resolveDependencies (/Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/DeltaBundler/traverseDependencies.js:396:18)
at /Users/slevin/SEI/ReactNative/react-native-boilerplate/node_modules/metro/src/DeltaBundler/traverseDependencies.js:269:33
BUNDLE [ios, dev] ./index.js ▓▓▓▓▓▓▓▓▓░░░░░░░ 62.2% (583/739), failed.
Describe the bug
Not entirely sure what the problem is, it's simply failing to launch in the iOS simulator for me
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: