Closed cre8 closed 1 year ago
I am also facing the same issue, then I updated did-auth-siop@0.3.2-unstable.10 to did-auth-siop@0.4.0,
facing new error now.
TypeError: Cannot create proxy with a non-object as target or handler
at new r (/Users/waheedashraf/Documents/FAME/FAME_CODE/Sphereon-Opensource/OID4VC-demo/OID4VC-demo/node_modules/.pnpm/esm@3.2.25/node_modules/esm/esm.js:1:38932)
at /Users/waheedashraf/Documents/FAME/FAME_CODE/Sphereon-Opensource/OID4VC-demo/OID4VC-demo/node_modules/.pnpm/esm@3.2.25/node_modules/esm/esm.js:1:199308
at Object.manage (/Users/waheedashraf/Documents/FAME/FAME_CODE/Sphereon-Opensource/OID4VC-demo/OID4VC-demo/node_modules/.pnpm/esm@3.2.25/node_modules/esm/esm.js:1:284816)
at _h (/Users/waheedashraf/Documents/FAME/FAME_CODE/Sphereon-Opensource/OID4VC-demo/OID4VC-demo/node_modules/.pnpm/esm@3.2.25/node_modules/esm/esm.js:1:288654)
at Jh (/Users/waheedashraf/Documents/FAME/FAME_CODE/Sphereon-Opensource/OID4VC-demo/OID4VC-demo/node_modules/.pnpm/esm@3.2.25/node_modules/esm/esm.js:1:295832)
at O (/Users/waheedashraf/Documents/FAME/FAME_CODE/Sphereon-Opensource/OID4VC-demo/OID4VC-demo/node_modules/.pnpm/esm@3.2.25/node_modules/esm/esm.js:1:811)
at Object.
We are currently releasing multiple versions of lower level libraries and the SDK. This should be resolved early next week. Sorry for the issues
@nklomp Thanks for providing quick fix, now its working fine.
Ah haven't come around to checking it, but good to hear it is resolved now.
After pulling the latest version, it is working for me too :)
After a fresh clone and
pnpm install
I tried to run the project withpnpm run start:dev
and got this error:I tried to run the pnpm install with the
--frozen-lockfile
parameter, but this returned me this error: