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

OS WINDOWS 10 || Run node utils/updateBaseUri.js - error #846

Open OrganicSelling opened 2 years ago

OrganicSelling commented 2 years ago

Double checked the folder I am. Ran: npm i utils Re-ran: npm i -r requirements.txt .... etc ... What Stack am I missing?

PS D:\000 - NFT Generative Art\hashlips_art_engine-1.1.2_patch_v5\hashlips_art_engine-1.1.2_patch_v5> node utils/updateBaseUri.js node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module 'D:\000 - NFT Generative Art\hashlips_art_engine-1.1.2_patch_v5\hashlips_art_engine-1.1.2_patch_v5\utils\updateBaseUri.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } PS D:\000 - NFT Generative Art\hashlips_art_engine-1.1.2_patch_v5\hashlips_art_engine-1.1.2_patch_v5>

OrganicSelling commented 2 years ago

@clubGTC - GangstaTurtle ... this will not tag you here ... but your line of code fixed my problem also.

Windows 10 Environment.

I did not have to reinstall Node.Js. I did make sure my directory was correct, etc ... the correct line of code for my environment was: _node utils/updateinfo.js

PS D:\000 - NFT Generative Art\hashlips_art_engine-1.1.2_patch_v5\hashlips_art_engine-1.1.2_patch_v5> npm update_info.js Unknown command: "update_info.js"

Did you mean this? npm run update_info # run the "update_info" package script

To see a list of supported npm commands, run: npm help PS D:\000 - NFT Generative Art\hashlips_art_engine-1.1.2_patch_v5\hashlips_art_engine-1.1.2_patch_v5> node utils/update_info.js Updated baseUri for images to ===> ipfs://QmXRV4U4rDnnpCkSc3h1aQCnE9akaTPoHwR8TKLcAi2fLU Updated description for images to ===> Celebration of our American Freedom of Movement: America's Real Patriots LOVE their freedom. All sorts of vehicles have given us the freedom to move. Need a lift? Take one today! Updated name prefix for images to ===> America's Real Patriot Treasures PS D:\000 - NFT Generative Art\hashlips_art_engine-1.1.2_patch_v5\hashlips_art_engine-1.1.2_patch_v5>