Hello,
I’m really new to Ruby and Middleman. I just installed Ruby and Middleman.
When I finished the install, I have Ruby 2.2.3 and Midleman 4.0 installed.
I then installed a boilerplate and executed $ bundle install in the file.
When I wanted to execute $ middleman server, i get the following error message
/Users/maximelegoueff/.rbenv/versions/2.2.3/bin/middleman:23:in load': cannot load such file -- /Users/maximelegoueff/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/middleman-core-4.0.0/bin/middleman (LoadError) from /Users/maximelegoueff/.rbenv/versions/2.2.3/bin/middleman:23:in
’
i’m running on OSX 10.11.2
do you have any idea on what i can do ?
Thanks all in advance !
Maxime