Skip to content
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

visual studio creating radom pictures problem #160

Open
EricM1968 opened this issue Feb 15, 2022 · 0 comments
Open

visual studio creating radom pictures problem #160

EricM1968 opened this issue Feb 15, 2022 · 0 comments

Comments

@EricM1968
Copy link

hi to everybody !!
i'm Eric and don't know about coding : i'm starting to learn...
I've an issue ( running on an old imac running on osx 10.13 .6 and everything is working perfectly with the vs studio demo ( after npm run generate) but after coding as described in a toutube tutorial i've this error message
iMac-de-Eric:hashlips_art_engine-1.1.1_update ericmalleret$ npm run generate

[email protected] generate
node index.js

(node:6128) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use node --trace-deprecation ... to show where the warning was created)
node:fs:1392
handleErrorFromBinding(ctx);
^

Error: ENOENT: no such file or directory, scandir '/Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/layers/Corps original/'
at Object.readdirSync (node:fs:1392:3)
at getElements (/Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/src/main.js:73:6)
at /Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/src/main.js:89:15
at Array.map ()
at layersSetup (/Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/src/main.js:87:30)
at startCreating (/Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/src/main.js:351:20)
at /Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/index.js:6:3
at Object. (/Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/index.js:7:3)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10) {
errno: -2,
syscall: 'scandir',
code: 'ENOENT',
path: '/Users/ericmalleret/Desktop/hashlips_art_engine-1.1.1_update/layers/Corps original/'
}
iMac-de-Eric:hashlips_art_engine-1.1.1_update ericmalleret$

any help please ?? Many thanks in advance !! 🙏🏻🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant