-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cannot reslove node:process React-native metro-resolver.js #19269
Comments
What's |
For what it's worth, I'm seeing the same issue when trying to import from an internal lib package in a monorepo setup that was working prior to this upgrade. @AgentEnder, here's the output of my
|
Facing the same issue here. Blocking me from upgrading RN deps. Is this being looked into, please? |
i think it is related to this issue: facebook/react-native#38025 just comment out the line |
closing out this issue for now. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
Im using Axios in React native project under nx repo .Im facing bellow issue
Metro has encountered an error: Cannot resolve node:process: /Users/Learn/learn-app/node_modules/@nx/react-native/plugins/metro-resolver.js (30:15)
28 | return resolvedPath;
29 | }
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_drain
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
-[UIApplication _run]
UIApplicationMain
main
start_sim
0x0
0x0
Expected Behavior
Need a document or steps to use external lib like got ,axios etc
GitHub Repo
No response
Steps to Reproduce
1.Create a Nx react-navtive porject
2. Add install axios
3. Create instanse of axios
4. Call any method
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: