Godspeed1337
Godspeed1337
WWasp-lang
Created by Godspeed1337 on 2/28/2024 in #đŸ™‹questions
Error building after migrating Wasp to 0.12
I am getting the below error after migrating Wasp to 0.12, I am using NodeJS 20. Below is the error, how do I fix this?
globalThis.crypto = webcrypto as Crypto;
TypeError: Cannot set property crypto of #<Object> which has only a getter
at <anonymous> (/app/.wasp/out/server/src/polyfill.ts:7:21)
globalThis.crypto = webcrypto as Crypto;
TypeError: Cannot set property crypto of #<Object> which has only a getter
at <anonymous> (/app/.wasp/out/server/src/polyfill.ts:7:21)
43 replies