-
Notifications
You must be signed in to change notification settings - Fork 24.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
Remove Ruby Dependency #293
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
A thought occurred to me that it might the rbenv bundler plugin. I ran I'll close this issue now. |
Reopening so we can get rid of ruby crap |
vjeux
changed the title
react-native init ProjectName fails because of rbenv
Remove Ruby Dependency
Mar 27, 2015
Closed by #440? |
Yes, I think so. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had issues generating a project because the init.sh script fails to run with the message
rbenv: no such command
exec'I had to rename the init.sh script under node_modules/react-native to init.rb and run it directly through rbenv (
rbenv exec node_modules/react-native/init.rb ProjectName`) to get it to work.I'm not sure if this is an rbenv issue or an issue with my configuration, has anyone else had issues running
react-native init
with rbenv installed?The text was updated successfully, but these errors were encountered: