Reputation: 63
Can some one help me to solve this above issue i'm using windows 8.1 trying to install middleman from command line ? By following this tutorial ? https://github.com/middleman/middleman
C:>gem install middleman
after some successfull installation
ERROR: Error installing middleman: The 'fast_blank' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit from 'link' at 'link'
C:>
Upvotes: 1
Views: 1719
Reputation: 6438
Looks like you are missing the DevKit
.
Have you installed the DevKit
following the instructions at devkit?
If you have installed it, and still seeing the same error, then after installing DevKit
you need to add it to the PATH
so that the gem installer can call the DevKit
executables.
Upvotes: 1