expo-module-scripts/tsconfig.base not found

Please How can resolve this problem, i

Logs for your project will appear below. Press Ctrl+C to exit.
Failed building JavaScript bundle.
Unable to resolve module ./LocalAssets from /Users//Desktop/mondev/APP-PRO-SALLE-CAISSE/node_modules/expo-asset/build/Asset.js:
None of these files exist:

  • node_modules/expo-asset/build/LocalAssets(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.svg|.native.svg|.svg)
  • node_modules/expo-asset/build/LocalAssets/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.svg|.native.svg|.svg)

1 | import { Platform } from ‘@unimodules/core’;
2 | import { getAssetByID } from ‘./AssetRegistry’;
3 | import * as AssetSources from ‘./AssetSources’;
4 | import * as AssetUris from ‘./AssetUris’;
Failed building JavaScript bundle.
Unable to resolve module ./LocalAssets from /Users/joelkhanano/Desktop/mondev/APP-PRO-SALLE-CAISSE/node_modules/expo-asset/build/Asset.js:

Hi @sodiki

Do you have expo-asset in dependencies in your package.json? If not, try installing it.

Actually, I see @notbrent posted an answer here. Try clearing your metro cache first:

1 Like

wodin Thank you, now my projet build.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.