ng-nice / code-front-jet

随书源码:FrontJet前端工具
Apache License 2.0
42 stars 13 forks source link

无法安装fj #2

Closed dedoyle closed 8 years ago

dedoyle commented 8 years ago

无论是npm install fj -g或是cnpm install fj -g均未能成功安装,问题应该不是出现在下载包的过程,下载完成后才开始出现一堆error,由于提示太多就没有贴上来。 至于用npm安装其他包(像cnpm, node-gyp, node-sass等)都正常,安装也都很顺利,就是这个fj无法完成。 用这个的install.bat也是一堆error,我觉得是不是依赖包太旧导致的,我记得很多时候下载新的包成功率会高些

dedoyle commented 8 years ago

通过重装了 Visual Studio Express 2013 for Windows Desktop ,然后 npm install -g fj --msvs_version=2013 解决了 但是fj create *\ 时又出错了,发现可能是我装的node.js是64位的,有些不兼容,重装了个32位的node.js,虽然安装fj时报了很多错,但总算是可以成功fj create了