- Provo, UT
- https://coolaj86.com
-
6'5 • Technophobic Technologist + Videographer • Go, Rust, Node / VanillaJS (@JSJabber), UX, Security, IoT. Canon 24mm 50mm.
- Joined on
2017-10-24
Block a user
Error: Cannot find module 'Keypairs'
I unpublished the bad versions and republished the correct version and double checked on package.json
.
Error: Cannot find module 'Keypairs'
telemetry.js need veeery long on install
var Keypairs = require('Keypairs'); Error: Cannot find module 'Keypairs'
I ran the tests on my Mac and so didn't catch the typo. Fixed and published.
var Keypairs = require('Keypairs'); Error: Cannot find module 'Keypairs'
Fix
keypairs
module reference in lib/rsa.js
I would have merged in your commit, but I had a comment from someone else and fixed it before I saw this.
Fix
keypairs
module reference in lib/rsa.js
Thanks. I ran the tests on my mac and didn't catch the typo.
Fix
keypairs
module reference in lib/rsa.js
When challenge is in "valid" state setChallenge shouldn't be called again.