-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Install web3 on windows7 #1974
Comments
windows-build-tools is probably not sufficient, you might need to install visual studio 2017 (community edition). |
I had installed vs community 2017 v15.8.5 with Programming classic app in C++ (windows 10 SDK, Visual C++ Tools for CMake, ATL library for C++ etc).
And when I try to install web3 I get:
|
progress! :P you're just going to have to figure out why the build error is happening... |
I try to do the same steps like in this issue (nodejs/node-gyp#802). But there i have to install VS community 2017 cos there is no more VS Build Tools 2015 Technical Preview available. IDK that it`s work in community 2017 but I let u know. The wird thing is to install some web3 dll I have to install whole VS community (7.16GB)... After reinstall VS community i get other error code after this steps:
** Visual Studio 2017 Developer Command Prompt v15.8.5
|
@therightstuff why are you torturing windows users? cmake-js is much better. |
@munrocket i'm just trying to be helpful with what i've learned about gyp, i've never heard of cmake-js before. if someone will switch to something better i'm all for it |
@therightstuff thanks. I was thinking that you maintainer. |
I have a big problem with installation of web 3 in windows 7.
node 8.12.0
npm 6.4.1
node-gyp 3.8.0
I read in some other issue something like this:
I cant node-gyp configure --msvs_version=2015 i get an error:
I have ms build tools 2017 and 2015
also python 2.7.15
The text was updated successfully, but these errors were encountered: