← Return to RPG Maker MV plugin
Log in with itch.io to leave a comment.
Hello, I've been trying to use this plugin, but I've been getting an error that says:
"Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode" on line 196
Is there a way to fix this?
What version of RPG Maker MV are you using?
I'm using 1.5.1
I made this in 1.6.2, so I'm sorry to say that your 1.5.1 version can't use this plugin unless you update.
For a more technical explanation, 1.6.2 uses an updated NWJS engine which uses JavaScript ES6, ES7, ES8, which my plugin uses.
← Return to RPG Maker MV plugin
Comments
Log in with itch.io to leave a comment.
Hello, I've been trying to use this plugin, but I've been getting an error that says:
"Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode" on line 196
Is there a way to fix this?
What version of RPG Maker MV are you using?
I'm using 1.5.1
I made this in 1.6.2, so I'm sorry to say that your 1.5.1 version can't use this plugin unless you update.
For a more technical explanation, 1.6.2 uses an updated NWJS engine which uses JavaScript ES6, ES7, ES8, which my plugin uses.