ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
246 stars 157 forks source link

IPFS + NextJS Example has trouble compiling #80

Open LAMike310 opened 2 years ago

LAMike310 commented 2 years ago

I tried to run next build after installing the dependencies for the NextJS example, And get this result:

Attempted import error: 'decode' is not exported from '@ipld/dag-cbor' (imported as 'dagCbor')

https://github.com/ipld/js-dag-cbor/issues/37

AtlasPilotPuppy commented 2 years ago

I just ran the example. I was able to compile and did not run into this issue.