Skip to content

General Windows issues

Brian Duffey edited this page Jun 16, 2021 · 1 revision
  • Windows uses CRLF line endings instead of LF. Prettier needs to have auto line endings to not show errors.
  • Windows auto-populates username in process.env, Mac/Linux use user. We should avoid using any env variable named user or username.
Clone this wiki locally