node-acme-client icon indicating copy to clipboard operation
node-acme-client copied to clipboard

axios incompatability - Cannot assign to read only property 'toJSON' of object 'Error'

Open NodePing opened this issue 1 year ago • 0 comments

Heads up - new install today gives me this error:

TypeError: Cannot assign to read only property 'toJSON' of object 'Error' at Function.assign () at Object.inherits (/node_modules/axios/lib/utils.js:362:19)

axios just updated a bunch of things so it's likely the acme-client is using something they've deprecated.

NodePing avatar Oct 20 '22 17:10 NodePing