chatgpt-chrome-extension icon indicating copy to clipboard operation
chatgpt-chrome-extension copied to clipboard

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

Open z-x-x136 opened this issue 1 year ago • 1 comments

z-x-x136 avatar Mar 26 '23 02:03 z-x-x136

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.

swaroski avatar May 03 '23 23:05 swaroski