r-publishing / marketplace-v1

The RPC Marketplace
Apache License 2.0
1 stars 2 forks source link

missing installation dependency #8

Open Bill-Kunj opened 2 years ago

Bill-Kunj commented 2 years ago

After git clone, using yarn build produces an error about next, 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 remove package-lock.json and node_modules and redo npm i I think this is related to package-lock.json being checked in

Bill-Kunj commented 2 years ago

@David405 Is there an alternative solution than the one proposed?

Bill-Kunj commented 2 years ago

@David405 Is there an alternative solution than the one proposed?

@David405

David405 commented 2 years ago

I really can't say why you are having this error, package-lock.json isn't checked in