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

JsonLint Parsing Exception #27

Closed
nchishti opened this issue Mar 10, 2020 · 2 comments
Closed

JsonLint Parsing Exception #27

nchishti opened this issue Mar 10, 2020 · 2 comments

Comments

@nchishti
Copy link

When I run:
composer require mtolhuys/laravel-schematics

I keep getting the following error:

[Seld\JsonLint\ParsingException] "./composer.lock" does not contain valid JSON Parse error on line 742: "time": "2020-02-25T ---------------------^ Expected one of: 'EOF', '}', ':', ',', ']'

Any ideas why?

@mtolhuys
Copy link
Owner

Hi @nchishti ,

It seems like your composer.lock contains some invalid JSON. You could remove it rm composer.lock and run composer install afterwards.

@nchishti
Copy link
Author

Yep that fixed it. Thank you.

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

2 participants