mike-marcacci / gandhi

The open source, online grant management system.
GNU Affero General Public License v3.0
36 stars 17 forks source link

Error #93

Open daledali opened 4 years ago

daledali commented 4 years ago

Not sure what happened here. Using an ubuntu 18.04 VM.

https://pastebin.com/mTj6wp9B

mike-marcacci commented 4 years ago

Ah interesting; this project has been on the back burner for a while as other obligations have taken priority. This appears due to the scrypt package trying to compile on newer versions of node and failing. The scrypt algorithm is actually now available from node's standard crypto library, so this app can probably be refactored to remove that as a dependency.

protologue commented 4 years ago

I have been trying to install this on Debian 10 server, NodeJS v12, I am getting the same error. I tried downgrading NodeJS to both v8 and v10 but no luck... Any news on a resolution?

ramojo commented 3 years ago

Hi. Same here. Tried on Ubuntu 18.04, 20.04 and arch. This sounds like such an amazing projet but I haven't found any way to actually take a look and see. Is there any hope of a fix?