You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
(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 !! 🙏🏻🙏🏻
The text was updated successfully, but these errors were encountered:
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
(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 !! 🙏🏻🙏🏻
The text was updated successfully, but these errors were encountered: