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

still having issues building #7

Closed jimijon closed 1 year ago

jimijon commented 1 year ago

Frontend built, backend no:

12 pinata = pinataSDK(process.env.PINATA_API_KEY, process.env.PINATA_SECRET_KEY);


src/index.ts:15:12 - error TS2348: Value of type 'typeof PinataClient' is not callable. Did you mean to include 'new'?

15   pinata = pinataSDK(PinataKeys.apiKey, PinataKeys.apiSecret);

Found 2 errors in the same file, starting at: src/index.ts:12

npm ERR! code 2 npm ERR! path /Users/James/taquito-pinata-tezos-nft/backend npm ERR! command failed npm ERR! command sh -c tsc

claudebarde commented 1 year ago

It's fixed. Next time, you can fix it yourself and create a PR, it's an open-source project after all :)

jimijon commented 1 year ago

Fair enough. Sent from my iPhoneOn Feb 6, 2023, at 9:33 AM, 'Claude Barde' via github @.***> wrote: It's fixed. Next time, you can fix it yourself and create a PR, it's an open-source project after all :)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>