'TypeError when running "blitz dev" command
I'm currently trying to run my blitz project. Worked fine at first, but after a few changes, this error starts to pop out everytime i tried to run blitz dev to run the project:
PS F:\VS Codes\COMPFEST FE> blitz dev
Loaded env from F:\VS Codes\COMPFEST FE\.env
TypeError: 'getOwnPropertyDescriptor' on proxy: trap reported non-configurable and writable for property 'prototype' which is non-configurable, non-writable in the proxy target
at getOwnPropertyDescriptor (<anonymous>)
at __reExport (F:\VS Codes\COMPFEST FE\.blitz.config.compiled.js:15:79)
at __toModule (F:\VS Codes\COMPFEST FE\.blitz.config.compiled.js:20:10)
at Object.<anonymous> (F:\VS Codes\COMPFEST FE\.blitz.config.compiled.js:241:22)
at Module._compile (F:\VS Codes\COMPFEST FE\node_modules\v8-compile-cache\v8-compile-cache.js:192:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Module._load (internal/modules/cjs/loader.js:769:14)
at LazyLoader.loadIfNeeded (F:\VS Codes\COMPFEST FE\node_modules\@salesforce\lazy-require\lib\LazyLoader.js:73:19)
at Object.get (F:\VS Codes\COMPFEST FE\node_modules\@salesforce\lazy-require\lib\LazyLoader.js:229:28)
I've searched for this error on the internet, and it seems like no one encountered this kind of error before. Thanks in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
