Can't build typescript node project
Hey community!
I am having some problems going throw the build process. I guess is related to nixpack configuration. The errors are specific to relative imports, not with package imports.
Locally works find and compiles without errors.
Do you have any idea where can it be the problem?
Thanks!!
Solution:Jump to solution
can you make sure that the files and file paths on github have the same casing as you have in your local project
7 Replies
Project ID:
70874790-4b88-4ddc-b80f-8dd99cb9b1a0
70874790-4b88-4ddc-b80f-8dd99cb9b1a0
Solution
can you make sure that the files and file paths on github have the same casing as you have in your local project
looks like some folders casing didnt got updated for some reasons..
thanks!
git doesnt track file and folder casing by default for some reason
absolutly right
I ve been all afternoon with that, lesson learned!!
thanks!!
happy to help!