-
Notifications
You must be signed in to change notification settings - Fork 55
Description
i was try to build project using gulp, but still raise this error
C:\Users\Administrator\Downloads\mago3djs-hotfix-2.0.0>gulp build
[14:05:46] Using gulpfile ~\Downloads\mago3djs-hotfix-2.0.0\gulpfile.js
[14:05:46] Starting 'build'...
[14:05:46] 'build' errored after 5.3 ms
[14:05:46] TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type boolean (false)
at Object.writeFileSync (fs.js:1460:5)
at glslToJavaScript (C:\Users\Administrator\Downloads\mago3djs-hotfix-2.0.0\gulpfile.js:42:5)
at C:\Users\Administrator\Downloads\mago3djs-hotfix-2.0.0\gulpfile.js:221:2
at build (C:\Users\Administrator\Downloads\mago3djs-hotfix-2.0.0\node_modules\undertaker\lib\set-task.js:13:15)
at bound (domain.js:413:15)
at runBound (domain.js:424:12)
at asyncRunner (C:\Users\Administrator\Downloads\mago3djs-hotfix-2.0.0\node_modules\async-done\index.js:55:18)
at processTicksAndRejections (internal/process/task_queues.js:75:11)
please help me ASAP