FromJS
FromJS copied to clipboard
Any plan of supporting newer node version?
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?
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.