HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 695 forks source link

Issue Running Node Index.js #217

Open CPTNLEVI opened 2 years ago

CPTNLEVI commented 2 years ago

PS C:\Users\compt\Downloads\hashlips_art_engine-main> node index.js C:\Users\compt\Downloads\hashlips_art_engine-main\src\main.js:94 layerObj.options?.["displayName"] != undefined ^

SyntaxError: Unexpected token '.' at Module._compile (internal/modules/cjs/loader.js:892:18) at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10) at Module.load (internal/modules/cjs/loader.js:812:32) at Function.Module._load (internal/modules/cjs/loader.js:724:14) at Module.require (internal/modules/cjs/loader.js:849:19) at require (internal/modules/cjs/helpers.js:74:18) at Object. (C:\Users\compt\Downloads\hashlips_art_engine-main\index.js:2:39) at Module._compile (internal/modules/cjs/loader.js:956:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10) at Module.load (internal/modules/cjs/loader.js:812:32)

I keep getting this error trying to generate. Any solutions are much appreciated