Open Shard opened 1 year ago
Hi @Shard, I was unable to reproduce this on macOS with the same yarn version v1.22.19.
Can you compare the original yarn.lock
with your newly created one using diff
and provide the output?
Hi @Mierenga,
I did a diff but it ended up doing a lot of upgrades so it's a bit difficult to parse. https://gist.github.com/Shard/1128e36dc800285e9ac1072b0ccd3170
Doing some quick searching I couldn't' find any tabs or extra spaces at the end of lines. Not sure of a good way to programmatically search that though.
Hi I am also having the same issue. Just downloaded and tried but demo is not working with same error
I went to run
yarn
on thedemo
folder and ran into an issue with theyarn.lock
file:From the error yarn-error.log:
Deleting the
yarn.lock
fixed the issue for me so it looks like something odd has happened to it.The issue did not occur on the root project.