gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.83k stars 455 forks source link

run 'node server.js',Error: Invalid environment; fetch is not defined #44

Open z-x-x136 opened 1 year ago

swaroski commented 1 year ago

I was able to fix this issue by upgrading to Nodejs version 18. Node-fetch is not available in Nodejs versions<18 out of the box.