[FIXED] Yarn error on bench update

Following command fixed my issue on new ubuntu 16.04

sudo npm install -g yarn
bench update --requirements
bench setup socketio
bench build
2 Likes