Trying to use a Java library from the server side of meteor i ran tried to install node-java https://github.com/joeferner/node-java with the help of meteorhacks:npm. I got this error:
gypnpm ERR! java@0.6.0 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the java@0.6.0 install script.
npm ERR! This is most likely a problem with the java package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls java
npm ERR! There is likely additional logging output above.
Trying to use a Java library from the server side of meteor i ran tried to install node-java https://github.com/joeferner/node-java with the help of meteorhacks:npm. I got this error:
gypnpm ERR! java@0.6.0 install:
node-gyp rebuild
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the java@0.6.0 install script. npm ERR! This is most likely a problem with the java package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls java npm ERR! There is likely additional logging output above.Any suggestions?
With regards jhergeth