@Darcey
i noticed the behavior of some forum members.
but it does not bother me, most i can find on my own without asking on forums cause the internet is full of solutions
i got passed the: gulp build
i had to reboot my PyCharm before i do the build command
but it did not build the app.js and the app.min.js in my js folder???
this is the log from the build
Microsoft Windows [Version 10.0.18363.592]
© 2019 Microsoft Corporation. All rights reserved.
D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project>gulp build
[13:55:05] Using gulpfile D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\gulpfile.js
[13:55:05] Starting ‘build’…
[13:55:05] Starting ‘buildJsDev’…
[13:55:05] Starting ‘buildLibsProd’…
[13:55:05] Finished ‘buildJsDev’ after 8.82 ms
[13:55:05] Finished ‘buildLibsProd’ after 11 ms
[13:55:05] Finished ‘build’ after 13 ms
events.js:200
throw er; // Unhandled ‘error’ event
^
Error: File not found with singular glob: D:/Create_Web/000-NPM-Gulp-EMPTY/Basic-NPM-Gulp-Project/node_modules/aftc.js/dist/aftc-min.js (if this was purp
oseful, use allowEmpty
option)
at Glob. (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob-stream\readable.js:84:17)
at Object.onceWrapper (events.js:313:26)
at Glob.emit (events.js:223:5)
at Glob.EventEmitter.emit (domain.js:475:20)
at Glob._finish (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob\glob.js:197:8)
at done (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob\glob.js:182:14)
at Glob._processSimple2 (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob\glob.js:688:12)
at D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob\glob.js:676:10
at Glob.stat2 (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob\glob.js:772:12)
at lstatcb (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\glob\glob.js:764:12)
Emitted ‘error’ event on Domain instance at:
at DestroyableTransform.EventEmitter.emit (domain.js:493:12)
at Pumpify.emit (events.js:223:5)
at Pumpify.EventEmitter.emit (domain.js:475:20)
at Pumpify.Duplexify._destroy (D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\duplexify\index.js:191:15)
at D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project\node_modules\duplexify\index.js:182:10
at processTicksAndRejections (internal/process/task_queues.js:76:11) {
domainEmitter: DestroyableTransform {
_readableState: ReadableState {
objectMode: true,
highWaterMark: 16,
buffer: BufferList { length: 0 },
length: 0,
pipes: [DestroyableTransform],
pipesCount: 1,
flowing: true,
ended: false,
endEmitted: false,
reading: true,
sync: false,
needReadable: true,
emittedReadable: false,
readableListening: false,
resumeScheduled: false,
destroyed: false,
defaultEncoding: ‘utf8’,
awaitDrain: 0,
readingMore: false,
decoder: null,
encoding: null
},
readable: true,
_events: [Object: null prototype] {
end: [Array],
prefinish: [Function: prefinish],
pipe: [Function],
data: [Function: ondata]
},
_eventsCount: 4,
_maxListeners: undefined,
_writableState: WritableState {
objectMode: true,
highWaterMark: 16,
finalCalled: false,
needDrain: false,
ending: true,
ended: true,
finished: true,
destroyed: false,
decodeStrings: true,
defaultEncoding: ‘utf8’,
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 0,
prefinished: true,
errorEmitted: false,
bufferedRequestCount: 0,
corkedRequestsFree: [CorkedRequest]
},
writable: false,
allowHalfOpen: true,
_transformState: {
D:\Create_Web\000-NPM-Gulp-EMPTY\Basic-NPM-Gulp-Project>