yoonwaiyan / stackskills-dl

Simple Ruby script to download all StackSkills tutorials.
https://yoonwaiyan.github.io/stackskills-dl/
MIT License
59 stars 19 forks source link

Issue using the script #16

Closed emehran closed 7 years ago

emehran commented 7 years ago

Hello there. I'm trying to use your script on Mac but I get the following error

/Users/user/.rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- highline/import (LoadError)

Could you help please

yoonwaiyan commented 7 years ago

Please run bundle install before running the script.

emehran commented 7 years ago

Thanks worked