Created
July 25, 2023 05:22
-
-
Save mgmgpyaesonewin/f5c5db76b6e3a455e0679abbdca8e6b8 to your computer and use it in GitHub Desktop.
npm install Error: EACCES: permission denied, access '/var/www/html' laravel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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