PatrickAlphaC / nextjs-smartcontract-lottery-fcc

61 stars 90 forks source link

NextJS Fails to compile due to 'magic-sdk' module not found. #25

Open RamanSB opened 2 years ago

RamanSB commented 2 years ago

image When the following error is obtained this can be resolved removing the moralis dependency:

yarn remove moralis yarn add moralis-v1 and most importantly yarn add magic-sdk

PatrickAlphaC commented 2 years ago

Thanks! Can you open a PR?

sulaikhafarvin commented 1 year ago

its worked!