Closed azu closed 6 years ago
Thanks for reporting this issue.
I think you're right. I'm using the default buffer size. I suggest setting it to 10MB (1024*1024*10
)
Code is here: https://github.com/nicojs/node-install-local/blob/047e35dd6653d69464c8bf1cd23fad4c27e51c3f/src/LocalInstaller.ts#L115
I'm happy to accept a PR.
Released in 0.6.0
Env:
I've tried to install-local for large repository, I met following error.
child_process.exec
'smaxBuffer
is200 * 1024
by default.Can I avoid this error?