did-jwt
did-jwt copied to clipboard
missing module referenced by did-jwt : base256emoji
I'm not sure what this is, maybe I'll have a fresher mind tomorrow to consider it:
~/Downloads/BlinkyProject/testJWTremoteSigner/lib$ node P256Provider_class_old2.js
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module './bases/base256emoji.js'
Require stack:
- /home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/multiformats/cjs/src/basics.js
- /home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/uint8arrays/cjs/src/util/bases.js
- /home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/uint8arrays/cjs/src/from-string.js
- /home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/uint8arrays/cjs/src/index.js
- /home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/did-jwt/lib/index.cjs
- /home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/lib/P256Provider_class_old2.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/multiformats/cjs/src/basics.js:14:20)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/multiformats/cjs/src/basics.js',
'/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/uint8arrays/cjs/src/util/bases.js',
'/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/uint8arrays/cjs/src/from-string.js',
'/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/uint8arrays/cjs/src/index.js',
'/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/node_modules/did-jwt/lib/index.cjs',
'/home/ubuntu/Downloads/BlinkyProject/testJWTremoteSigner/lib/P256Provider_class_old2.js'
]
}
I'll say, this may not be a bug with did-jwt. I am not sure what it is, it appeared in the past 2 weeks, but as I dive in more I will report back. May last PR was 17 days ago. The last record of this library working was 12 days ago.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.