Issue with Yarn and Package-lock.json
Opened this issue · 1 comments
Hi, I had recently switched over to yarn from npm and I'm facing some issues here.
1
Whenever I choose Yarn as the Installer, I get this error.
It is to be noted that this happens on with the repo without a package-lock.json
.
This is the repo which I used https://github.com/saurabhdaware/tailwind-with-abell.
I tried and choose NPM as the installer and It was working fine...
2
Whenever I try with a repo/template without a yarn.lock
, it gets stuck over here...
If I'm not wrong then, it's because whenever there's no yarn.lock
in a project, yarn warns us and asks us to confirm... And in this case there are no logs .So it's not asking anything and not going further...
Device Info:-
OS:- Windows 10 (64 Bit)
Node Version:- v14.15.0
yarn version:- 1.22.5
Hi can you update the create-abell-app and check now? I solved the first error yesterday. I'll have to check the 2nd issue