-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "12.0", "14.0", "4.0". [SOLVED] #1721
Comments
Nope, it doesn't help. Do you have any other advice? |
Actual I have a question.
My question is. Can we install Haraka without installing VS? MS offers all build tools as standalone downloads https://www.microsoft.com/en-in/download/details.aspx?id=48159. Aren't they all the same tools used in VS? How may I install Haraka having all MSBuild tools installed? |
It doesn't imply VisualStudio, just the build tools as you have found in your link. I've never used Haraka on Windows (thankfully), so others might know a better answer to this then me. |
Maybe try running: npm install --global --production windows-build-tools On Wed, Nov 16, 2016 at 8:53 AM, Steve Freegard notifications@github.com
|
I eventually succeeded to install Haraka. First off, I don't have any ms visual studio installed. And didn't want to install it.
I had Python 2.7, had it in my PATH, but it doesn't solve the issue either. This is what I did to solve the issue. From here https://github.com/nodejs/node-gyp
The installation process took long time, about 25 mins.
I also had this settings in my local
It also created Then I ran the command and Haraka was installed all right at last.
As you can see from the scroll bar it is only half of the files that None of those answers and advises were helpful, didn't work for me. Probably, they'll be helpful for others. Just useful links. They shed light on the matter: |
Thanks for the follow-up wzup; I'll put some Windows instructions in the README later. |
system info
node: v6.3.1
Windows 10 Pro x64-based
npm: 3.10.3
Expected behavior
Haraka installs globally.
Observed behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: