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
import.meta' is currently unsupported, js engine: hermes, this issue shows when i started the android debug build, alongside the following error
Error: ENOENT: no such file or directory, open 'C:\FILE_DIRECTORY\unknown'
at Object.readFileSync (node:fs:441:20)
at getCodeFrame (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:949:18)
at Server._symbolicate (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:1026:22)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Server._processRequest (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:419:7) {
errno: -4058,
at Server._processRequest (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:419:7) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\FILE_DIRECTORY\unknown'
}
Expected behavior
the model should be running in the UI
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: motorola g62
OS: Android 12.0
The text was updated successfully, but these errors were encountered:
Hi @devhimanshuhc@Prasad-178 , after testing with @xralphack . We figured out that it was because of the Expo cache.
Running npx expo start --clear solved the problem.
import.meta' is currently unsupported, js engine: hermes
, this issue shows when i started the android debug build, alongside the following errorExpected behavior
the model should be running in the UI
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: