since yarn swallows all logs on ``yarn global add``, how about using npm and tell how to debug on problem? ``` npm uninstall -g --unsafe-perm code-server > /dev/null 2>&1 //uninstall npm install --loglevel verbose -g --unsafe-perm code-server //install wtih logging ```