viewstools / yarn-workspaces-cra-crna

How to use yarn workspaces with Create React App and Create React Native App (Expo) to share common code across
151 stars 23 forks source link

Unable to use `get-yarn-workspaces` on windows? #31

Open cmdcolin opened 2 years ago

cmdcolin commented 2 years ago

am I correct in thinking that the get-yarn-workspaces package in this repo assumes forward slashes? I was unable to use get-yarn-workspaces on windows as a result.

not sure if related to https://github.com/viewstools/yarn-workspaces-cra-crna/issues/28 it has a code snippet with executing yarn as a child process is a nice workaround but the pure js of get-yarn-workspaces is kind of nice

cmdcolin commented 2 years ago

note: not using wsl environment