Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgmgpyaesonewin/f5c5db76b6e3a455e0679abbdca8e6b8 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/f5c5db76b6e3a455e0679abbdca8e6b8 to your computer and use it in GitHub Desktop.
npm install Error: EACCES: permission denied, access '/var/www/html' laravel
my full solution was:
sudo chown -R $USER /var/www/html
sudo chown -R www-data:www-data /var/www/html/storage/framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment