Node 14 oz compile fails with spawnSync /bin/sh ENOBUFS

@abcoathup The same problem occurred in solidity 0.6.9 and oz 2.8.2

1 Like

Hi @ysqi,

Welcome to the community :wave:

There is an open issue for this: https://github.com/OpenZeppelin/openzeppelin-sdk/issues/1498

Previously I haven’t been able to reproduce on Windows subsystem for Linux. It looks like it might only be on macOS.

Do you have a repository that you could share? As it would be great to reproduce so that we can get this resolved.

You may want to use an earlier version of node as you are already running into other issues using node 14: Testing with Node 14 ganache-core errors with Callback was already called
I predominantly use node 10.

My project is big, i will try reproduce use clear code.

Body is too similar to what you recently posted :smile:

1 Like

Hi @ysqi,

It would be great to determine what is causing this.

I suggest trying an earlier version of node in case this is an issue.

using node v12.18.0,it works!

1 Like

Hi @ysqi,

Glad to hear that you don’t have this issue on earlier versions of node.