Adam Stankiewicz
Adam Stankiewicz
what do you mean by sys link? are you on windows? can you browse this folder using file explorer?
Do you mean symlinked? Could you prepare github repository to reproduce this issue?
interesting @hsalokor @GabLeRoux @samypr100 do relative symlinks work with windows junctions?
I don't think there's plugin for it in Yarn
Thanks for reporting. As a workaround please try to remove bower_components/.DS_Store
e.g. if you want to add jquery then do: ``` bower lookup jquery jquery https://github.com/jquery/jquery-dist.git ``` and: ``` yarn add @bower_components/jquery@jquery/jquery-dist ``` But really, you should consider adding new components...
You don't need to fork anything. Yarn can install any github repository.
please post your bower.json
I don't see bower_components.7z there that produces the error
it's because you have bower_components.7z in your bower_components. it shoudn't be there