node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

docker test fails

Open bourgeoa opened this issue 3 months ago • 1 comments

/travis/node_modules/buffer-equal-constant-time/index.js:37
var origSlowBufEqual = SlowBuffer.prototype.equal;
                                  ^

TypeError: Cannot read properties of undefined (reading 'prototype')

Looks like a buffer issue where missing buffer.slowbuffer

bourgeoa avatar Oct 31 '25 15:10 bourgeoa