-
Notifications
You must be signed in to change notification settings - Fork 27
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
build fails on linux #16
Comments
It seems it has been an issue before #4 and was fixed. But has recently been broken again |
Somehow, it seems when I unstashed some changes it overwrote the I'll have one day to find a way to test that to prevent further regression. |
Well, I ran the exact same tests than in issue #4 (creating I'm exclusively running Linux, so I think I would have spot any case sensitive issue! Would you have a reproducible test case? |
I modified the Please reopen this issue if the problem should arise again. |
The fix works well, thanks! |
I'm having the same issue on version 1.2.6 in centOs:
|
I stumbled upon the same issue using 1.2.6... with 1.2.3 it works flawlessly... so there seems to be a regression. |
Same bug in Linux for me. version 1.2.6 using a laravel and vue2 project. works great on my mac locally but fails on a linux container. |
|
Your error seems a bit different, this is what I get: |
Getting this on a Laravel 8 project, running
Ubuntu 20.04 Downgrading to 1.2.3 as suggested above fixes the issue. |
I got a error: "Cannot find module 'AutoNumeric' from 'vue-autonumeric.min.js'" |
The recent change made in build/webpack.base.js creates a issue when compiling with webpack on case sensitive OS like linux.
THIS
SHOULD BE THIS
The text was updated successfully, but these errors were encountered: