-
Notifications
You must be signed in to change notification settings - Fork 26
install error in windows 7 #10
Comments
@kevinsawicki do you have any idea about this? |
Same error on Win 8.1... |
Have you installed Visual Studio 2013 (Express is OK) or later? It's required by node-gyp in order to build native packages. Basically it needs access to a recent VC++ compiler. |
No, I don't want to use Visual Studio. Is there another way, e.g. gcc/g++? |
Not to my knowledge, unfortunately. You might be able to get away with just installing the latest Windows SDK, but since I'm not a Windows user I can't easily verify that for you. For reference: https://github.com/TooTallNate/node-gyp/blob/master/README.md#installation |
Ok, that is sad to hear. |
Not sure if this helps but with package I was able to build ctags in Windows 8.1 (and now Win 10) without installing Visual Studio at any point. |
I temporary resolved by hardcode:
in https://github.com/yongkangchen/node-ctags/blob/hardcode/src/ctags.coffee#L1 |
I had the same install error on Win10 x64. Force npm/node-gyp to the correct python:
|
That means user must have Visual Studio installed to use atom package which use native modules?
The text was updated successfully, but these errors were encountered: