paixaop / node-sodium

Port of the lib sodium encryption library to Node.js
MIT License
351 stars 126 forks source link

Compiling sodium on TravisCI fails #146

Open shreyaslad opened 5 years ago

shreyaslad commented 5 years ago

I haven't installed sodium as one of my dependencies, however when my Travis build runs, it keeps throwing the same error.

npm ERR! Linux 4.4.0-101-generic
npm ERR! argv "/home/travis/.nvm/v0.10.48/bin/node" "/home/travis/.nvm/v0.10.48/bin/npm" "install"
npm ERR! node v0.10.48
npm ERR! npm  v2.15.1
npm ERR! code ELIFECYCLE
npm ERR! sodium@2.0.3 install: `node install.js --install`
npm ERR! Exit status 8
npm ERR! 
npm ERR! Failed at the sodium@2.0.3 install script 'node install.js --install'.
npm ERR! This is most likely a problem with the sodium package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js --install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs sodium
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! 
npm ERR!     npm owner ls sodium
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR!     /home/travis/build/PenetratingShot/ToxicDiscordBot/npm-debug.log
The command "eval npm install  " failed 3 times.
The command "npm install " failed and exited with 1 during .

Every single time sodium runs, the same exception is thrown and I have no idea what to do

Any help would be greatly appreciated

rawr51919 commented 4 years ago

This seems to be related to issue #144.