jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

metaplex solana generating error #79

Closed wawi3 closed 2 years ago

wawi3 commented 2 years ago

hey jalagar after running make step3, I try to run cd ./step2_spritesheet_to_generative_sheet; npm run generate:solana , i tried yarn generate:solana too. but i keep getting errors. reference pic: ff98da9595a1a3e3aeac4ed705f10b27

jalagar commented 2 years ago

Try reinstalling npm packages, looks like the error says you need to compile using the correct node version. Try npm rebuild or rm -rf node_modules && npm i.

wawi3 commented 2 years ago

hey bro thanks for your reply :).

I ran: cd ./step2_spritesheet_to_generative_sheet; npm rebuild cd ./step2_spritesheet_to_generative_sheet; npm i cd ./step2_spritesheet_to_generative_sheet; npm run generate:solana

still same error:( npm outputs

jalagar commented 2 years ago

Ah this is a bug I introduced let me fix it

jalagar commented 2 years ago

@eth-eth-eth please pull latest master and try again. I renamed the folder from build/gif to build/gifs sorry!