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
Pauls-MacBook-Pro-2:Projects pbatum$ git clone https://github.com/paulcbetts/starter-mobile.git Cloning into 'starter-mobile'... remote: Counting objects: 894, done. remote: Compressing objects: 100% (495/495), done. remote: Total 894 (delta 443), reused 829 (delta 382) Receiving objects: 100% (894/894), 19.81 MiB | 1.09 MiB/s, done. Resolving deltas: 100% (443/443), done. Pauls-MacBook-Pro-2:Projects pbatum$ cd starter-mobile/ Pauls-MacBook-Pro-2:starter-mobile pbatum$ script/create StarterTestPb script/create:34: undefined method `realpath' for File:Class (NoMethodError) from script/create:34:in `map' from script/create:34
WAT
Maybe this is the problem?
Pauls-MacBook-Pro-2:starter-mobile pbatum$ ruby -v ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
The text was updated successfully, but these errors were encountered:
Yeah this worked once I ran it with ruby 2.0. Maybe check the ruby version number at the start of your script?
Sorry, something went wrong.
@paulbatum I'll probably just switch it with Pathname so it works everywhere. You gotta get on that Mavericks action :)
Pathname
Ruby isn't a great option given that some Xamarin users run on Windows now. Maybe you should stick node.exe in the repo and use that instead?
On Sunday, November 10, 2013, Paul Betts wrote:
@paulbatum https://github.com/paulbatum I'll probably just switch it with Pathname so it works everywhere. You gotta get on that Mavericks action :) — Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-28153801 .
@paulbatum https://github.com/paulbatum I'll probably just switch it with Pathname so it works everywhere. You gotta get on that Mavericks action :)
— Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-28153801 .
Ugh. Sounds like a horrible life. People can install Ruby
No branches or pull requests
WAT
Maybe this is the problem?
The text was updated successfully, but these errors were encountered: