Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid package.json file #4

Open
13anas opened this issue Feb 28, 2020 · 0 comments
Open

Invalid package.json file #4

13anas opened this issue Feb 28, 2020 · 0 comments

Comments

@13anas
Copy link

13anas commented Feb 28, 2020

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"...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant