Skip to content

Fix: syntax error in packages/scramjet/packages/core/package.json #84

Description

@kotaaaaaaaa12

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
	},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions