Closed SystemFiles closed 5 years ago
try npm install -d
@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.
@design1online i think the problem is npm bcrypt ... its bad and doesnt exist anymore :)
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.
using
npm install
, It gets to a point where it simply kills the download and does not install dependencies required to run server files.