Closed MarcManhart closed 7 years ago
Appear to be something with the node-soap package compiling one of it's platform dependent dependencies on windows. Unfortunately, I'm not all that familiar with setup of c compiler on windows machines.
see if you can replicate it by just installing node-soap directly:
md test
cd test
npm install soap
If you get the same error, I'd suggest opening an issue with the node-soap team.
Closing due to inactivity.
When I run
npm install node-ews
, this will be the output:` $ npm install node-ews npm WARN deprecated node-uuid@1.4.7: use uuid module instead
Any ideas whats the problem here? Ive run this on a Windows 10 machine. Also installed: Visual Studio 2015 Community Edition.