FromJS icon indicating copy to clipboard operation
FromJS copied to clipboard

Any plan of supporting newer node version?

Open conanak99 opened this issue 5 years ago • 1 comments

I got this error while trying to play around with fromjs Error: Newer node version not support, please use node 8. I'm using Node v10.14.2. Is there any plan for updating it to run in newer versions of Node?

conanak99 avatar Jan 24 '19 10:01 conanak99

Hey Pham!

The underlying issue is with this proxy, and I don't know the underlying Node logic well enough to fix this myself.

There are other options too, like using the Chrome DevTools protocol to intercept and rewrite responses. Or maybe a different proxy server would work.

But I don't see a quick fix and probably won't fix it over the next few months. You could use nvm to install a different Node version.

mattzeunert avatar Jan 24 '19 10:01 mattzeunert