You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many requires in the code that have incorrect cased file paths (this works on Windows, because Windows FS is case insensitive) but does not work on Linux at all (throws FILE_NOT_FOUND errors).
For some files, renaming and changing the case was enough and for others I had to change the require path in the code.
The text was updated successfully, but these errors were encountered:
There are many requires in the code that have incorrect cased file paths (this works on Windows, because Windows FS is case insensitive) but does not work on Linux at all (throws FILE_NOT_FOUND errors).
For some files, renaming and changing the case was enough and for others I had to change the require path in the code.
The text was updated successfully, but these errors were encountered: