I went through the commit history of rsa-compat.js npm and acme-v2 npm.
I have seen that you fixed the issue in this commit e822c625c5 (release version is 2.0.5). But acme-v2 npm and greenlock npm are still pointing to 1.x.x version of rsa-compat.js which is throwing above error in Ubuntu flavor of Linux Machine.
I went through the commit history of rsa-compat.js npm and acme-v2 npm.
I have seen that you fixed the issue in this commit https://git.coolaj86.com/coolaj86/rsa-compat.js/commit/e822c625c5876d32aa1623a7081e9ee4fad8f853 (release version is 2.0.5). But acme-v2 npm and greenlock npm are still pointing to 1.x.x version of rsa-compat.js which is throwing above error in Ubuntu flavor of Linux Machine.
I unpublished the bad versions and republished the correct version and double checked on package.json.
All should be well now.
Thanks for the report.
I unpublished the bad versions and republished the correct version and double checked on `package.json`.
All should be well now.
Thanks for the report.
I went through the commit history of rsa-compat.js npm and acme-v2 npm.
I have seen that you fixed the issue in this commit
e822c625c5
(release version is 2.0.5). But acme-v2 npm and greenlock npm are still pointing to 1.x.x version of rsa-compat.js which is throwing above error in Ubuntu flavor of Linux Machine.Error: Cannot find module 'keypairs'为 Error: Cannot find module 'Keypairs'I unpublished the bad versions and republished the correct version and double checked on
package.json
.All should be well now.
Thanks for the report.