TrueWinter / DiscordBot

My Discord bot. Development has been stopped
https://blog.truewinter.dev/2020/04/09/development-and-support-for-my-discord-bot-has-been-stopped
Apache License 2.0
46 stars 42 forks source link

leveldown@1.7.2 install: `prebuild-install || node-gyp rebuild` #41

Closed numzyy closed 4 years ago

numzyy commented 5 years ago

jsnpm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! leveldown@1.7.2 install: prebuild-install || node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the leveldown@1.7.2 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! C:\Users\Keaton Oliver\AppData\Roaming\npm-cache_logs\2019-06-04T19_36_07_442Z-debug.log

Could someone please help.

dylie commented 5 years ago

Same issue, any fix?

TrueWinter commented 5 years ago

Just tested this on one of my servers and I was able to install the bot with dependencies without any errors. What version of Node.js are you using?

dylie commented 5 years ago

v10.15.3 Looks like it can't grab a certain file: http://prntscr.com/o2hmmi

TrueWinter commented 5 years ago

I have tested this on Node.js v10.15.3 and I do get the same error when trying to install the dependencies. Please note that this bot was not tested to work on any version of Node.js other than v8.x.x. I have tested it again on v8.16.0 and the install was successful. Can you please also try to use v8 and see if the install is successful (delete the node_modules folder first).