We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile the assets base on webpack.mix.js setting
Error: sh: 1: cross-env: Permission denied on laravel mix
/var/www/public
npm run watch
The text was updated successfully, but these errors were encountered:
Do not forget to install all of dependencies of the app using composer and node. Run composer install and npm install
composer install
npm install
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Compile the assets base on webpack.mix.js setting
Actual Behavior
Error: sh: 1: cross-env: Permission denied on laravel mix
Steps to Reproduce the Problem
/var/www/public
npm run watch
Specifications
Resource
The text was updated successfully, but these errors were encountered: