dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.47k stars 264 forks source link

Dependency on closurecompiler is obsolete #100

Open alberanid opened 5 years ago

alberanid commented 5 years ago

It seems that the dependency to the https://www.npmjs.com/package/closurecompiler package is obsolete, and it should probably be replaced with https://www.npmjs.com/package/google-closure-compiler

Right now, we can't install bcryptjs, since the links used by the closurecompiler npm package are broken; see issue https://github.com/google/closure-compiler/issues/3409

A log of the failure (take from a Yocto-based buildsystem): log.do_configure.20713.txt