yarn start doesn't work #4658
-
Hi, new to the repo here. After cloning and yarn start, the following error appear. Anyone has faced similar issue and can help out? Thanks! /home/viriyadhika/Projects/react-select/docs/generate-magical-types/src/generate.ts:37 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Try running |
Beta Was this translation helpful? Give feedback.
-
Hello @viriyadhika, I suspect you are trying to run the environment on a case-sensitive file system (probably a linux based system)? But be aware: The current state of the |
Beta Was this translation helpful? Give feedback.
-
Fixed by #4677 |
Beta Was this translation helpful? Give feedback.
Hello @viriyadhika,
I suspect you are trying to run the environment on a case-sensitive file system (probably a linux based system)?
There seems to be a typo regarding file paths in one of our type-generating scripts for the documentation. But rest assured, a fix is already on its way.
But be aware: The current state of the
master
branch is a TypeScript-conversion of our code. If you want to access the source of the current releasev4.3.1
you might want to check out thev4.x
branch.