Skip to content
New issue

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

Laravel mix not working by default #413

Open
sinandomeng opened this issue Aug 23, 2019 · 1 comment
Open

Laravel mix not working by default #413

sinandomeng opened this issue Aug 23, 2019 · 1 comment

Comments

@sinandomeng
Copy link

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

  1. Install latest version of laravel using composer under dir /var/www/public
  2. Update npm version using nvm to latest stable
  3. Install laravel mix 4.0.7
  4. Run npm run watch

Specifications

  • Version: Laravel 5.8 | Laravel Mix 4.0.7
  • Platform: Windows 10 VirtualBox

Resource

@sinandomeng
Copy link
Author

Do not forget to install all of dependencies of the app using composer and node. Run composer install and npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant