apiaryio/drafter.js

install error

speedornothing opened this issue · 2 comments

MSBUILD : error MSB3411: Could not load the Visual C++ component "VCBuild.exe".
If the component is not installed, either 1) install the Microsoft Windows SDK
for Windows Server 2008 and .NET Framework 3.5, or 2) install Microsoft Visual
Studio 2008. [E:\Repository\Node\npm\node_modules\drafter\node_modules\protag
onist\build\binding.sln]

zdne commented

Hey @speedornothing – drafter.js relies on "C++" drafter – https://github.com/apiaryio/drafter which is built during npm install. For this the NPM needs a C++ developer environment installed – please refer to https://github.com/apiaryio/drafter/wiki/Building-on-Windows#build-drafter (you need to install Microsoft Visual C++).

I will update Drafter.js README accordingly to point to this fact. Sorry about the confusion

TODO

  • Update README

Drafter.js is a pure javascript module from now on. So, you should not be having any issues.