ollama-js icon indicating copy to clipboard operation
ollama-js copied to clipboard

ReferenceError: XMLHttpRequest is not defined

Open liugezhou opened this issue 1 month ago • 1 comments

image

When i run node demo.js,and then:

/User/xxx/Demo/aidemo/node_modules/whatwg-fetch/dist/fetch.umd.js:540 var xhr = new XMLHttpRequest(); ^

ReferenceError: XMLHttpRequest is not defined

liugezhou avatar May 09 '24 06:05 liugezhou

I had the same error on Node.js v17. Tried lots of things then accidently found out that it's working perfect with Node.js v18.

ozgrozer avatar May 12 '24 19:05 ozgrozer