mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 17:12:53 +03:00
Add troubleshooting doc (#1852)
* - add troubleshooting doc * fix duplicate
This commit is contained in:
parent
56eea72110
commit
59a7e7ead3
22
docs/docs/developer/additional/troubleshooting.mdx
Normal file
22
docs/docs/developer/additional/troubleshooting.mdx
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
sidebar_custom_props:
|
||||||
|
icon: TbExclamationCircle
|
||||||
|
---
|
||||||
|
|
||||||
|
# Troubleshooting
|
||||||
|
|
||||||
|
|
||||||
|
## Windows setup eslint prettier error: `CR` line breaks found
|
||||||
|
|
||||||
|
This is due to the linebreak characters of windows and the git configuration. Try running:
|
||||||
|
```
|
||||||
|
git config --global core.autocrlf false
|
||||||
|
```
|
||||||
|
|
||||||
|
Then delete the repository and clone it again.
|
||||||
|
|
||||||
|
|
||||||
|
## Yarn lock file changed and new files are created (`yarn.lock`, `.yarnrc.yml`, `.yarn`)
|
||||||
|
|
||||||
|
Maybe you are using yarn 3? Try installing [yarn classic](https://classic.yarnpkg.com/lang/en/)!
|
@ -12,6 +12,7 @@ export {
|
|||||||
TbChecklist,
|
TbChecklist,
|
||||||
TbCloud,
|
TbCloud,
|
||||||
TbDeviceDesktop,
|
TbDeviceDesktop,
|
||||||
|
TbExclamationCircle,
|
||||||
TbEyeglass,
|
TbEyeglass,
|
||||||
TbFaceIdError,
|
TbFaceIdError,
|
||||||
TbFolder,
|
TbFolder,
|
||||||
|
Loading…
Reference in New Issue
Block a user