There is a trailing comma in packages/scramjet/packages/core/package.json on line 32, which causes a JSON parse error (ERR_PNPM_JSON_PARSE) when running pnpm install.
Please remove this comma to fix the installation error. Thanks!
"test": "npm run test:package",
"test:package": "ava tests/ci/packageValidation.js" // <-- Remove this comma
},
There is a trailing comma in
packages/scramjet/packages/core/package.jsonon line 32, which causes a JSON parse error (ERR_PNPM_JSON_PARSE) when runningpnpm install.Please remove this comma to fix the installation error. Thanks!