-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to run "npm run build" to continue my collection however i have a reading name error #15
Comments
@wldnk could you paste your |
I've adjusted the layer names now I get an error stating this: however this is my layer config // If you have selected Solana then the collection starts from 0 automatically |
@wldnk what is the output of just running |
riawalid@RiaWalids-MacBook-Air hashlips_art_engine-main(updated) % node index.js TypeError: Cannot read properties of undefined (reading 'name') |
when i cut it at 5682, it begins generating. Whereas if i paste the rest, an error pops up. |
@wldnk the issue is that there's an extra comma in the one with If you remove that it shouild generate. I'm adding handling for this now. |
perfect, should've checked it better, thank you. |
Checklist
Description
/Users/riawalid/Documents/hashlips_art_engine-main(updated)/src/main.js:169
if (layerObj.name in layerConfigs) {
^
TypeError: Cannot read properties of undefined (reading 'name')
at layersSetup (/Users/riawalid/Documents/hashlips_art_engine-main(updated)/src/main.js:169:18)
at startCreating (/Users/riawalid/Documents/hashlips_art_engine-main(updated)/src/main.js:443:20)
at /Users/riawalid/Documents/hashlips_art_engine-main(updated)/index.js:8:3
at Object. (/Users/riawalid/Documents/hashlips_art_engine-main(updated)/index.js:9:3)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
riawalid@RiaWalids-MacBook-Air hashlips_art_engine-main(updated) %
Steps to reproduce
No response
Expected result
No response
Actual result
No response
Environment
OS Version (
uname -a
on unix,systeminfo
on windows):Node.js version (
node -v
):The text was updated successfully, but these errors were encountered: