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
git clone ...
cd monorepo-example;
yarn;
yarn workspace @monorepo-example/mobileApp android;
it will run as expected then::
Looking for JS files in
C:\Users\ZalaBanY\monorepo-example
Loading dependency graph, done.
Error: Unable to resolve module `./index` from ``:
None of these files exist:
* index(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
The text was updated successfully, but these errors were encountered:
to solve this, i had to go to package folder. and rerun react-native start manually.
yet another error came up.
error: bundling failed: Error: Unable to resolve module `./../../../../../../AppData/Local/Yarn/Data/global/node_modules/react-transform-hmr/lib/index.js` from .
...`
i tried installing it locally using `yarn add react-transform-hmr --d` or --reset-cache yet not working !.
Any luck resolving this issue? I downloaded the code on my mac and got the same error.
Loading dependency graph, done.
Error: Unable to resolve module `./index` from ``:
None of these files exist:
* index(.native|.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx)
Steps to reproduce:
it will run as expected then::
Looking for JS files in
C:\Users\ZalaBanY\monorepo-example
Loading dependency graph, done.
The text was updated successfully, but these errors were encountered: