You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@bakaft-sfo3:~/ChatGPT-wechat-bot# npm i
npm ERR! code EJSONPARSE
npm ERR! path /root/ChatGPT-wechat-bot/package.json
npm ERR! JSON.parse Unexpected token "}" (0x7D) in JSON at position 508 while parsing near "...\": \"lint-staged\",\n },\n \"keywords\": [\n ..."
npm ERR! JSON.parse Failed to parse JSON data.
npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-06-09T09_57_14_515Z-debug-0.log
root@bakaft-sfo3:~/ChatGPT-wechat-bot# npm -v
9.5.1
The text was updated successfully, but these errors were encountered:
I'm curious that is this only happening to me or something special results in this(like npm version?). I don't see anybody else encountered this problem in issues.
BakaFT
changed the title
Seems package.json broken again
Seems package.json is broken
Jun 9, 2023
When I tried to
npm i
, error occurs:The text was updated successfully, but these errors were encountered: