-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
SyntaxError: Unexpected end of JSON input #274
Comments
Look at the file name. It's not missing, it's intentionally there. Where are you getting this syntax error from? This file is a test fixture. |
Why is typescript checking node_modules at all? |
Good question :) The same is why open bracket doing in package.json even for test :) |
Because Typescript is a linter, like eslint. You should only be linting your own code, which doesn't include anything in node_modules. Sounds like if you fix your TS settings it'll be resolved, so I'll close this. (#271 is related; another tool improperly scanning things in node_modules) |
Hi. Found missed close brasket in app/node_modules/resolve/test/resolver/malformed_package_json/package.json
Please take a look
The text was updated successfully, but these errors were encountered: