ApeironTsuka/node-webpmux

Help Me Plis. #convertToExtended() unexpected token '('

Closed this issue · 4 comments

Hi, my problem is

`/node_modules/node-webpmux/webp.js:441
#convertToExtended() {
^

SyntaxError: Unexpected token '('
`
Someone has had this error and if possible, how did they solve it?

What version of Node are you using? It should work fine in versions 14.x and up, and I think as far back as 12.x with a couple experimental flags.

This error comes from Node being unable to parse private class function syntax.

how can i use this in node 12.x ?

The only 12.x I have on hand is 12.11.1, and with that you can use node --harmony-private-methods.

Hi,
Guys, this problem is version the node, but after upgrade of version 12 to 14 this is resolve my problem.!