var Keypairs = require('Keypairs'); Error: Cannot find module 'Keypairs' #6

Closed
opened 2019-03-15 03:25:07 +00:00 by Ghost · 2 comments

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.

rsa-compat/lib/rsa.js:16:16 https://git.coolaj86.com/coolaj86/rsa-compat.js/commit/2e7134dd8a3c33cc59f801ef48c4fb045ad555a6 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.
Owner

I ran the tests on my Mac and so didn't catch the typo. Fixed and published.

I ran the tests on my Mac and so didn't catch the typo. Fixed and published.
Author

Thank for the quick fix!

Thank for the quick fix!
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/rsa-compat.js#6
No description provided.