Closed halkeye closed 4 years ago
Oh, the docker image has the same issue - Unable to load crypto module: crypto will be disabled: Error: global.Olm is not defined
I believe we fixed this in a different PR, sorry.
Unable to load crypto module: crypto will be disabled: Error: global.Olm is not defined
Yeah, this is normal for the bridge. It doesn't do crypto.
Was complaining about crypt function inside matrix libs.
I'm using node 12.16.1
Upgraded all the deps. Fixed up the winston code - since its now using winston@3, though its barely tested Added editorconfig so editor is set to 4 spaces add .dockerignore to prevent node_modules getting copied to the docker engine Pinned docker version so its more reliable to rebuild
Probably safe to remove bluebird these days