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

tsconfig.json with comments crashes next process #11404

Closed
Tylerian opened this issue Mar 27, 2020 · 2 comments
Closed

tsconfig.json with comments crashes next process #11404

Tylerian opened this issue Mar 27, 2020 · 2 comments

Comments

@Tylerian
Copy link
Contributor

Bug report

Describe the bug

After updating to Next.js 9.3.2, Next process is crashing when it tries to parse a tsconfig.json file with comments.

To Reproduce:

  1. Install the latest next.js version
  2. Add a simple page as a .tsx file
  3. run next dev
  4. Add a block or line comment to the generated tsconfig.json
  5. run next dev again

Expected behavior

It should parse tsconfig.json even if it contains comments.

Screenshots

Screenshot

System information

  • OS: macOS Catalina 10.15.4
  • Version of Next.js: 9.3.2

Additional context

This bug was introduced in Next.js 9.3.2

@Tylerian
Copy link
Contributor Author

Whoops!! Just saw #11390 and it appears to be fixed on 9.3.3.

closing issue.

@balazsorban44
Copy link
Member

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants