node.js - How to specify MS visual studio version for nexe? -
i'm trying compile node.js project binary using nexe. have microsoft visual studio 2012, compiler complains can't find msvs2010
error msb8020: builds tools visual studio 2010 (platform toolset = 'v100') cannot found.
in nexe's requirement section, mention msvs2012 can supported, i'd figure out way specify msvs version.
i tried --msversion=2012 in npm installation no luck.
appreciate advice on this.
Comments
Post a Comment