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

Mix command clashing with Elixir #681

Closed
jwoertink opened this issue Sep 20, 2021 · 0 comments · Fixed by #682
Closed

Mix command clashing with Elixir #681

jwoertink opened this issue Sep 20, 2021 · 0 comments · Fixed by #682
Labels

Comments

@jwoertink
Copy link
Member

"dev": "mix",
"watch": "mix watch",
"prod": "mix --production"

If you have Elixir installed, then you might get some funny results when running mix. We should be able to update these to just yarn run mix to ensure it's the laravel-mix and not the Elixir mix.

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

Successfully merging a pull request may close this issue.

1 participant