Open Bill-Kunj opened 2 years ago
@David405 Is there an alternative solution than the one proposed?
@David405 Is there an alternative solution than the one proposed?
@David405
I really can't say why you are having this error, package-lock.json
isn't checked in
After
git clone
, usingyarn build
produces an error aboutnext
, which is addressed with https://nextjs.org/docs/messages/failed-loading-swc However, the swc binary for linux still is not installed, and another error pops up. The only solution I found is to removepackage-lock.json
andnode_modules
and redonpm i
I think this is related topackage-lock.json
being checked in