Arguments: /usr/local/bin/node /usr/local/bin/yarn install PATH: /Users/limxuan/.cargo/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/limxuan/.cargo/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin Yarn version: 1.22.11 Node version: 16.13.0 Platform: darwin arm64 Trace: SyntaxError: /Users/limxuan/Documents/github/reconlx-api/package.json: Unexpected token } in JSON at position 856 at JSON.parse () at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59 at Generator.next () at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30) at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13 npm manifest: { "name": "reconlx", "version": "2.5.2", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "author": { "name": "reconlx" }, "repository": { "url": "https://github.com/reconlx/reconlx-api" }, "homepage": "https://reconlx.github.io/reconlx-api/", "engines": { "node": ">=16.6.0" }, "scripts": { "build": "tsc", "docs": "typedoc src/index.ts --excludePrivate", "test": "ts-node tests/index.ts" }, "dependencies": { "axios": "^0.21.1", "jsdom": "^16.7.0", "sourcebin": "^4.2.5" }, "devDependencies": { "@types/jsdom": "^16.2.13", "discord.js": "^13.5.0", "mongoose": "^6.0.9", "ts-node": "^10.2.0", "typedoc": "^0.21.2", "typescript": "^4.3.5" }, } yarn manifest: No manifest Lockfile: No lockfile