design1online / WTF-Adventure

WTF?! Adventure is a massively online 2D MMORPG with WTF?! twists.
https://design1online.github.io/WTF-Adventure/
Other
98 stars 38 forks source link

Dependencies fail to install correctly #8

Closed SystemFiles closed 5 years ago

SystemFiles commented 5 years ago

using npm install, It gets to a point where it simply kills the download and does not install dependencies required to run server files.

Pelix87 commented 5 years ago

try npm install -d

design1online commented 5 years ago

@SystemFiles can you tell me where it's failing in the download? Is there a specific package? I know there has been issues in the past with one of the server packages not being available from the npm service (I think it was deleted or deprecated?) and sometimes it works better to install that one separately.

Pelix87 commented 5 years ago

@design1online i think the problem is npm bcrypt ... its bad and doesnt exist anymore :)

design1online commented 5 years ago

Hmm yeah I know for a while it was having node-gyp issues but that should be fixed with the updated version of node in the package.json. It is currently available in npm (see here: https://www.npmjs.com/package/bcrypt). Try doing git checkout master && git pull && rm -rf node_modules && npm install and see if that fixes it for you.