Skip to content

Invalid package.json file #4

@13anas

Description

@13anas

CLI generates invalid package.json sintaxis:

JSONError: Unexpected token s in JSON at position 12 while parsing near '{  "name": XXX,  "...' in packages/package.json

Must surround the app name with ". Instead of:
{ "name": XXX...
Must be:
{ "name": "XXX"...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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