-
I followed the instructions on Giscus to create and install the Giscus app. As per the deploy instructions, i cloned the Giscus repo, generated a 64 character string for my Github user token, and configured the environment variables in .env.local. However, when building the app (yarn build), it fails. Details
|
Beta Was this translation helpful? Give feedback.
Answered by
laymonage
Jul 13, 2023
Replies: 1 comment
-
It’s an issue with Windows line-end formatting. Check your git configuration and make sure you configure it to use Linux line end formatting (LF) instead of CRLF. You can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
syeda-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It’s an issue with Windows line-end formatting. Check your git configuration and make sure you configure it to use Linux line end formatting (LF) instead of CRLF.
You can run
yarn format:fix
to fix it.