claudebarde / taquito-pinata-tezos-nft

A tutorial dapp to show how to create NFTs on Tezos with Taquito and Pinata
52 stars 34 forks source link

NPM install always errors out #6

Closed jimijon closed 1 year ago

jimijon commented 1 year ago

Lots of errors. Is this project up to date?

claudebarde commented 1 year ago

The main issue was that Svelte doesn't play nicely anymore with Webpack, so I replaced it with Vite, made a few adjustments and everything gets installed and compiled properly now. Let me know if you have further issues.