Unee-T-INS / frontend

Meteor front end
https://case.dev.ins.unee-t.com/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Error while building Docker image #8

Closed franck-boullier closed 4 years ago

franck-boullier commented 4 years ago

Error message from Travis CI:

node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v72-linux-x64.tar.gz

franck-boullier commented 4 years ago

Some comments on GH about this issue. https://github.com/kelektiv/node.bcrypt.js/issues/572

tuananh1508 commented 4 years ago

Can we trigger a build on Unee-t Dev env to check if the issues occur on all Installations or only in INS.

tuananh1508 commented 4 years ago

I Change bcrypt version to 3.0.6 and It works, But I'm not sure Frontend works properly with bcrypt:3.0.6, this is a temporary solution.

franck-boullier commented 4 years ago

See https://github.com/Unee-T-INS/frontend/pull/7/commits/caa65367e27bc6461c7c7512be68de14d57c1af9 for how we solved this issue,

TO DO: check that MEFE works as expected.