erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.64k stars 269 forks source link

Compile Error: Missing class properties transform #228

Open mprabs opened 10 months ago

mprabs commented 10 months ago

the code that reproduces this issue or a replay of the bug

I'm using Node version 14.17.4 and midjourney version 4.3.11 while compiling im getting this error.

image

error log

./node_modules/midjourney/libs/command.js SyntaxError: C:\Users\Prabin Acharya\Desktop\shl-frontend\node_modules\midjourney\libs\command.js: Missing class properties transform. 28 | } 29 | class Command {

30 | config; | ^ 31 | constructor(config) { 32 | this.config = config; 33 | }