• It worked, but not with the modules.addCached. I had to modify the websockets module to just use

    var crypto = {SHA1: (Sha function here)};
    

    Instead of

    var crypto = require('crypto');
    

    Thanks a lot!

About

Avatar for user88503 @user88503 started