HashLips / hashlips_art_engine

HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
MIT License
7.17k stars 4.3k forks source link

Please help! "npm run generate" not working... #1378

Open MoriSushi opened 2 years ago

MoriSushi commented 2 years ago

This is the error message I received.

npm ERR! Missing script: "generate" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run

bolshoytoster commented 2 years ago

@MoriSushi you're in the wrong folder. Run Get-ChildItem -Directory to get the name, then run cd + the name to change into it.

MoriSushi commented 2 years ago

Damn your right, how can this happen... (I had a long day, thats my excuse). But when I hit npm install I get an error

MoriSushi commented 2 years ago

Never mind I fixed it. Thanks!

MoriSushi commented 2 years ago

Actually I got another problem, when I run npm run generate it gives me the following error. (node:19570) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory (my image)

bolshoytoster commented 2 years ago

@MoriSushi you probably have a non-ascii character in the image's path, but I can't help much more than that without knowing what '(my image)' is.