StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
746 stars 415 forks source link

npm run build error #201

Open dgo2dance opened 4 years ago

dgo2dance commented 4 years ago

after clone and npm install npm run build get the error why

Cleaning... D:\02.my-work\01.across\02\react-big-scheduler\scripts\build.js:11 throw err; ^

TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buf er. Received an instance of Error  at validChunk (_stream_writable.js:281:10)  at WriteStream.Writable.write (_stream_writable.js:316:21) at build (D:\02.my-work\01.across\02\react-big-scheduler\scripts\build.js:69:20) Emitted 'error' event on WriteStream instance at:  at errorOrDestroy (internal/streams/destroy.js:108:12)  at validChunk (_stream_writable.js:284:5)  at WriteStream.Writable.write (_stream_writable.js:316:21) at build (D:\02.my-work\01.across\02\react-big-scheduler\scripts\build.js:69:20) { code: 'ERR_INVALID_ARG_TYPE' } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! react-big-scheduler@0.2.5 build: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the react-big-scheduler@0.2.5 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Lenovo\AppData\Roaming\npm-cache_logs\2020-06-02T09_15_46_416Z-debug.log

alizaidi606 commented 4 years ago

I am having the exact same issue.

balint-kancsar commented 2 years ago

Any news on this?