You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README installation guide appears to be outdated in several aspects:
Node Version Mismatch
README recommends Node.js 16 (line 19 in README.md)
Package.json specifies Node.js 18:
Installation Issues Across Platforms
I've attempted installation on both Windows (WSL) and MacOS environments, following the current README instructions, and encountered several issues:
MacOS: Metro bundler errors related to transformFile undefined
Both platforms were verified with React Native doctor for proper configuration
Impact
These discrepancies and outdated instructions create barriers for new contributors wanting to participate in Rainbow's development.
Suggested Updates Needed
Update Node.js version requirements in README to match package.json
Add platform-specific troubleshooting sections
Review and update the installation steps for current dependencies
Consider adding a development environment verification step
Questions
What is the currently recommended development environment setup?
Are there any known platform-specific requirements not mentioned in the docs?
Additional Context
Latest repository updates were as recent as yesterday
Current README appears to be from last year
Successfully built on MacOS but encountered runtime errors
All standard cleanup procedures attempted (cache clearing, reinstalling dependencies, etc.)
Would love to contribute to this amazing wallet system, but first we need to ensure the path to contribution is clear and up-to-date. Happy to help test any documentation updates across different platforms.
Environment Details
Node version: 18.x
Yarn version: 4.2.2 (as specified in package.json)
MacOS/Windows WSL
React Native environment verified with doctor
Let me know if you need any additional information or clarification!
The text was updated successfully, but these errors were encountered:
Current State
The README installation guide appears to be outdated in several aspects:
Node Version Mismatch
Installation Issues Across Platforms
I've attempted installation on both Windows (WSL) and MacOS environments, following the current README instructions, and encountered several issues:
Impact
These discrepancies and outdated instructions create barriers for new contributors wanting to participate in Rainbow's development.
Suggested Updates Needed
Questions
Additional Context
Would love to contribute to this amazing wallet system, but first we need to ensure the path to contribution is clear and up-to-date. Happy to help test any documentation updates across different platforms.
Environment Details
Let me know if you need any additional information or clarification!
The text was updated successfully, but these errors were encountered: