projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.46k stars 1.16k forks source link

how to solve the "EISDIR: illegal operation on a directory, symlink" #928

Open kuksundo opened 2 years ago

kuksundo commented 2 years ago

Hello,

I just download the react-diagrams and extract it to the folder.(c:\react\react-diagrams-master) And run command "yarn" at the root directory of react-diagrams.

But i have some errors like below:

error An unexpected error occurred: "EISDIR: illegal operation on a directory, symlink 'C:\react\react-diagrams-master\packages\geometry' -> 'C:\react\react-diagrams-master\node_modules\@projectstorm\geometry'".

Please give me some advice to solve above problem.

Thanks.