FIXES node retrocompatibility bug Cannot read property subtle of undefined#7
FIXES node retrocompatibility bug Cannot read property subtle of undefined#7jsvanilla wants to merge 1 commit intotextury:devfrom
Conversation
…fined In node 12 to 15, the library doesn´t work because this error. I love the project! And if I see new issues, I try to fix them 👍
|
Also having the 'subtle of undefined' issue, but I upgraded to node 16 and blasted my node_modules, npm installed again, and this proposed fix did not seem to solve the error. There seemed to be a new error after updating to node 16.x.x. I think it was a 'package not found' error for webcrypto, unfortunately I did not record the error. Just wanted to flag this problem I experienced |
|
This version works for me with node v12.18.3
Could you please register the error and the test version of node if do you use this my patch solution? That way I can help you find the specific patch for the node version that you use |
In node 12 to 15, the library doesn´t work because this error. I love the project! And if I see new issues, I try to fix them 👍