Closed inspiraller closed 6 years ago
also tried with node v4.8.7 and same problem
This is a node-gyp error, any module need compile with gyp will be failed to install, you can check https://github.com/nodejs/node-gyp#on-windows and find some way to resolve it.
npm config set msvs_version 2015
or your versionExpress
version (someone told me it's a killer, I'm not sure)Good luck!
As per this SO example, you have to meet swisseph requirements in node-gyp part, in shorts:
$ npm install --global --production windows-build-tools
$ npm install --global node-gyp
now it should be enough to swisseph to be built.
Hi, I'm trying to install swisseph via
meteor npm install --save swisseph
and I'm getting this error:
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
swisseph@0.5.8 install /Users/bliss/Documents/Coder/ReactMeteor/new/node_modules/swisseph node-gyp rebuild
gyp ERR! configure error
gyp ERR! stack Error: Command failed: /Users/bliss/anaconda/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack File "node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the swisseph@0.5.8 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/bliss/.npm/_logs/2018-11-03T15_33_53_276Z-debug.log
How to solve this?
I followed the instructions npm install and I get an error
node: 8.94 windows 7 visual studion 2017 community edition I have .net sdk2.