-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to start project due to typos in filenames and incorrect line endings #418
Comments
Hi @michalvarys , Yeah, with the latest release, the name of those 2 files changed (camel cases). I think your git was not case sensitive and it does not update the file name in this case. |
Hi @treoden, I faced the same issue with importing the CouponValidator and DiscountCalculator modules also creating a project via Looking at these files in the Github repository it looks like they still have the Pascal case naming, so probably they still need to be renamed. |
I created a PR for this. I find the notion of seeing this sort of issue in a release of Evershop a bit troubling and makes me raise the question: is this project right for me? |
Hi, That was a stupid mistake from me. Thanks for the PR @tiberiuichim |
Following imports doesn't match the filenames CouponValidator DiscountCalculator
evershop/packages/evershop/src/modules/promotion/bootstrap.js
Lines 3 to 4 in 29c834a
CRLF line ending for the file evershop causes an error
It starts working after manually changing the line ending to LF
Ubuntu 20.04.5 LTS;
NPM 9.8.1;
The text was updated successfully, but these errors were encountered: