We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having trouble loading some modules that for sure are in my node_modules folder.
I get the Unable to load module error in the Simulator. It also seems to be trying to find the module in /Users/node_modules ?
Unable to load module
/Users/node_modules
Here's how the error looks:
Things i've tried:
react-native-xcode.sh
PATH="$(npm prefix -g)/bin:$PATH
npm cache clean
I'm all out of ideas :/
The text was updated successfully, but these errors were encountered:
Appears to be a duplicate of #4968
Sorry, something went wrong.
@christopherdro you're right! thanks
No branches or pull requests
I'm having trouble loading some modules that for sure are in my node_modules folder.
I get the
Unable to load module
error in the Simulator. It also seems to be trying to find the module in/Users/node_modules
?Here's how the error looks:
Things i've tried:
react-native-xcode.sh
, though that seemed pointless due to it already doing the correct thing of loading my nvm.sh file.PATH="$(npm prefix -g)/bin:$PATH
toreact-native-xcode.sh
npm cache clean
I'm all out of ideas :/
The text was updated successfully, but these errors were encountered: