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.21k stars 4.3k forks source link

npm error #766

Open CLKJL opened 2 years ago

CLKJL commented 2 years ago

when I tried to generate my layers...I ran into this ....

PS C:\Users\e\Downloads\hashlips_art_engine-1.1.1_update> npm run generate npm ERR! code ENOENT npm ERR! syscall open npm ERR! path C:\Users\joyce\Downloads\hashlips_art_engine-1.1.1_update/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\joyce\Downloads\hashlips_art_engine-1.1.1_update\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\joyce\AppData\Local\npm-cache_logs\2022-02-18T15_37_08_307Z-debug-0.log PS C:\Users\e\Downloads\hashlips_art_engine-1.1.1_update>

bolshoytoster commented 2 years ago

@CLKJL you're in the wrong folder. Run ls -Directory to get the name and run cd + the name. Then run npm run generate.

CLKJL commented 2 years ago

ls -Directory

It works!!!! Thank you so much!!!!><