chatgpt-chrome-extension
chatgpt-chrome-extension copied to clipboard
run 'node server.js',Error: Invalid environment; fetch is not defined
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.