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

Help cant start nothing #1075

Open Chriss191 opened 2 years ago

Chriss191 commented 2 years ago

when I type % npm install Im keep getting this error Windows PowerShell Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Users\ehome\Desktop\solana\hashlips_art_engine-main> % npm install ForEach-Object : Cannot bind parameter 'Process'. Cannot convert the "npm" value of type "System.String" to type "System.Management.Automation.Sc riptBlock". At line:1 char:2

bolshoytoster commented 2 years ago

@Chriss191 you don't need to include the %, that's probably just there to indicate a command line.

Chriss191 commented 2 years ago

Hi even we have changed network to the sol it still generates eth images 1 to 5 can you help

Chriss191 commented 2 years ago

and we are getting this after starting npm install npm WARN hashlips_art_engine@1.1.1 No repository field.

Chriss191 commented 2 years ago

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\teodo\Desktop\test\hashlips_art_engine-main (1)\hashlips_art_engine-main> npm install

canvas@2.8.0 install C:\Users\teodo\Desktop\test\hashlips_art_engine-main (1)\hashlips_art_engine-main\node_modules\canvas node-pre-gyp install --fallback-to-build

[canvas] Success: "C:\Users\teodo\Desktop\test\hashlips_art_engine-main (1)\hashlips_art_engine-main\node_modules\canvas\build\Release\canvas.node" is installed via remote npm WARN hashlips_art_engine@1.1.1 No repository field.

added 65 packages from 34 contributors and audited 65 packages in 7.26s

6 packages are looking for funding run npm fund for details

found 5 vulnerabilities (3 moderate, 2 high) run npm audit fix to fix them, or npm audit for details

bolshoytoster commented 2 years ago

@Chriss191

Hi even we have changed network to the sol it still generates eth images 1 to 5 can you help

You probably just need to save your src/config.js file.

Chriss191 commented 2 years ago

Yup you were right, stupid me :D

Chriss191 commented 2 years ago

I have a question, we have one collection but different themes in that collection, sol goes from 0 to next is it possible when we generate one part of a collection that let say ends on 1499 that next part continues from that number

Chriss191 commented 2 years ago

what I mean is it possible to change at what number collections starts

bolshoytoster commented 2 years ago

@Chriss191 if all of the themes should generate the same number of images you should just be able to have multiple items in layerConfigurations, one for each theme.

If you want to have different numbers of images you could use my fork and set startEditionFrom the same way you set growEditionSizeTo.