[Fixed]-Cloud9 djangobower install permissions issue

1👍

This is a permissions with Bower, as suggested from the error (not a Cloud9 specific issue).

Use the following to fix it:

sudo chown -R $USER:$GROUP ~/.npm

sudo chown -R $USER:$GROUP ~/.config

Leave a comment