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
167 stars 62 forks source link

npm install eror #34

Closed 1109piyush closed 2 years ago

1109piyush commented 2 years ago

npm install eror Screenshot 2022-04-24 124159

jalagar commented 2 years ago

Hi @1109piyush you need to run make first_time_setup, or I see you're on Windows you can just copy and paste the commands directly from the Makefile (or install make from https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows).

I refactored the code so that in order to install dependencies you have to run cd step2_spritesheet_to_generative_sheet; npm i

jalagar commented 2 years ago

Hi there @1109piyush I'm going to close this issue for now, feel free to comment on it and I will get back to you.