After suggested change:
PS C:\Users***********\Botlt> npm install
npm ERR! code EJSONPARSE
npm ERR! path C:\Users********\Botlt/package.json
npm ERR! JSON.parse Unexpected token ““” (0x201C) in JSON at position 976 while parsing near “… "lemmy-js-client": “^0.19.0”,\r\n "lin…”
npm ERR! JSON.parse Failed to parse JSON data.
npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
I went back in and changed it to:
"lemmy-js-client": "^0.19.0-rc.1",
It will now run again, but same incorrect_login error.
Thanks so much for your help.
I am not programmer, and I didn’t even realize there was a fork. Let me root around in there and see what I can find out tomorrow.
Thanks again.