open-sauced / landing-page

This is the new landing page for open sauced
https://opensauced.pizza
32 stars 30 forks source link

Bug: Unable to run sanity install because sanity/tsconfig.json throw an error. #170

Closed Sunny-unik closed 1 year ago

Sunny-unik commented 1 year ago

Describe the bug

I cloned the project and ran the process from scratch but sanity/tsconfig.json throws an error and sanity start unable to execute, that is because commit id 8364b76 tsconfig.json inside sanity directory is updated in incorrect format.

Steps to reproduce

  1. clone repo
  2. start the installation (using README.md)
  3. run development sanity server

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

Contributing Docs

nickytonline commented 1 year ago

@Sunny-unik, thanks for bringing this to our attention. Mind adding the error you get to the issue? Thanks!

Sunny-unik commented 1 year ago

Error: /home/sunny/Work/Projects/repos/others/landing-page/sanity/tsconfig.json is malformed JSON5: invalid character '}' at 24:1

I'm getting this error on running sanity start

bdougie commented 1 year ago

Error: /home/sunny/Work/Projects/repos/others/landing-page/sanity/tsconfig.json is malformed JSON5: invalid character '}' at 24:1

I'm getting this error on running sanity start

I run it locally and do not get any error messages. I don't see how all the extra options were added, but I'm curious if someone else on @open-sauced/engineering or @open-sauced/triage could close this repo and run sanity start to see if that has an issue.

I did see sanity V3 had changes that I accepted, which would be why I did not see an error.

takanome-dev commented 1 year ago

Yeah, I'm getting the same error. It was introduce here