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
In a fresh fallback installation we are facing various errors that seems to be because of some files names are not in proper case.
It seems as if some file names were expected to be in lower case but they are in upper case in the latest git repo.
In a fresh installation I faced this issue in three cases, due to which installation was restricted and error's were thrown. On verifying the same with the latest Magento develop branch I found that the issue was related to file names.
similarly I am facing various issues in various files and getting error as bellow in a fresh installation:
ERROR in ./src/RootComponents/CMS/index.js
Module not found: Error: Can't resolve './cms' in '/var/www/html/vcs/fallback-studio/src/pwa-studio/packages/venia-concept/src/RootComponents/CMS'
@ ./src/RootComponents/CMS/index.js 6:0-32 6:0-32
@ ./FETCH_ROOT_COMPONENT
@ ../peregrine/lib/Router/magentoRouteHandler.js
@ ../peregrine/lib/Router/index.js
@ ../peregrine/lib/index.js
@ ./src/index.js
The text was updated successfully, but these errors were encountered:
Thanks for the issue, reason I haven't ran into this error is because I'm working on IOS that differs from Linux. As you pointed out in the latest develop version this problem is resolved so I'll update it to the latest develop again soon and the issue should be resolved.
In a fresh fallback installation we are facing various errors that seems to be because of some files names are not in proper case.
It seems as if some file names were expected to be in lower case but they are in upper case in the latest git repo.
In a fresh installation I faced this issue in three cases, due to which installation was restricted and error's were thrown. On verifying the same with the latest Magento develop branch I found that the issue was related to file names.
For Example:
https://github.com/Jordaneisenburger/fallback-studio/tree/master/src/pwa-studio/packages/venia-concept/src/RootComponents/CMS
(at this location there is a file CMS.js in fallback repo.)
whereas, on looking on magento pwa develop branch, at :
https://github.com/magento/pwa-studio/tree/develop/packages/venia-ui/lib/RootComponents/CMS
(at this location the file name is cms.js)
similarly I am facing various issues in various files and getting error as bellow in a fresh installation:
ERROR in ./src/RootComponents/CMS/index.js
Module not found: Error: Can't resolve './cms' in '/var/www/html/vcs/fallback-studio/src/pwa-studio/packages/venia-concept/src/RootComponents/CMS'
@ ./src/RootComponents/CMS/index.js 6:0-32 6:0-32
@ ./FETCH_ROOT_COMPONENT
@ ../peregrine/lib/Router/magentoRouteHandler.js
@ ../peregrine/lib/Router/index.js
@ ../peregrine/lib/index.js
@ ./src/index.js
The text was updated successfully, but these errors were encountered: