var Keypairs = require('Keypairs'); Error: Cannot find module 'Keypairs' #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rsa-compat/lib/rsa.js:16:16
2e7134dd8a
I'm using Node v10.15 I think the module name is case-sensitive. I had to manually change it to lowercase as a workaround.
I ran the tests on my Mac and so didn't catch the typo. Fixed and published.
Thank for the quick fix!