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 have this error:
root@devel:/home/nextop/TrelloToAsana# ruby exportTrelloToAsana.rb exportTrelloToAsana.rb:44:in `
Any idea?
V->ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
Tnx Michele
The text was updated successfully, but these errors were encountered:
Have you tried running "gem update"? It looks like you have not installed the Asana gem.
Sorry, something went wrong.
Same error, did gem update.
gem update
ruby -v ruby 2.0.0p648
The problem is this script uses an ancient version of the asana gem. Run a bundle update and run with bundle exec ruby exportTrelloToAsana.rb to fix.
bundle update
bundle exec ruby exportTrelloToAsana.rb
No branches or pull requests
I have this error:
root@devel:/home/nextop/TrelloToAsana# ruby exportTrelloToAsana.rb
': uninitialized constant Asana::Client (NameError)exportTrelloToAsana.rb:44:in `
Any idea?
V->ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
Tnx Michele
The text was updated successfully, but these errors were encountered: