• 2.69K Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • 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.