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
Hi all, I have a encounter an issue with my windows build, the Image cannot be shown from the ./app/src/Logo.png, just Blank and got this error from metro bundler, not sure if it's related, it's trying to resolve the my component in the node_modules and ....\node\node_modules, which does not exist there. Is it the path should be hoisted 2 more layers?
Error: Unable to resolve module ./app/src/presentation/ui/MainScreen from C:\Users\<project-folder>\packages\windows/.: ./app/src/presentation/ui/MainScreen could not be found within the project or in these directories:
node_modules
..\..\node_modules
If you are sure the module exists, try these steps:
1. Clear watchman watches: watchman watch-del-all
2. Delete node_modules and run yarn install
3. Reset Metro's cache: yarn start --reset-cache
4. Remove the cache: rm -rf /tmp/metro-*
The text was updated successfully, but these errors were encountered:
Hi all, I have a encounter an issue with my windows build, the Image cannot be shown from the ./app/src/Logo.png, just Blank and got this error from metro bundler, not sure if it's related, it's trying to resolve the my component in the node_modules and ....\node\node_modules, which does not exist there. Is it the path should be hoisted 2 more layers?
The text was updated successfully, but these errors were encountered: