arrayfire / arrayfire-js

ArrayFire.js - ArrayFire for Node.js
BSD 3-Clause "New" or "Revised" License
120 stars 11 forks source link

CMake.JS doesn't recognize installed Build Tools and Visual Studio. #16

Closed seia-soto closed 5 years ago

seia-soto commented 5 years ago

image

> arrayfire-js@0.21.4 install C:\Developments\b612\node_modules\arrayfire-js
> cmake-js compile

ERR! OMG There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio.
ERR! OMG There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio.
npm info lifecycle arrayfire-js@0.21.4~install: Failed to exec install script
npm timing action:install Completed in 1150ms
npm timing stage:rollbackFailedOptional Completed in 425ms
npm timing stage:runTopLevelLifecycles Completed in 5116ms
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! arrayfire-js@0.21.4 install: `cmake-js compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the arrayfire-js@0.21.4 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm timing npm Completed in 5594ms

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Seia\AppData\Roaming\npm-cache\_logs\2019-06-22T18_07_29_702Z-debug.log

I cannot install even reinstall of Windows. (Tried on Visual Studio 2015 with Update 3 too)

Cryental commented 5 years ago

Seems like CMake.JS have not supported VS2019's build tools. Thank you for opening the issue

seia-soto commented 5 years ago

@Cryental Thank you for direct help.