- Node > v8 and < V10
npm i gulp -g
npm i
npm run server
npm run build
If you get the following error:
net.js:401
const prevWriteQueueSize = this._handle.writeQueueSize;
^
TypeError: Cannot read property 'writeQueueSize' of null
This is a net.js bug with Node 8.8. You'll need to upgrade Node.js to the last version.