Android Bundling failed

hey everyone , i have encountered an issue i cant seem to fix , this problem started after i was trying to hash password for new created user inserted to my db , so i firstly tried installing bcrypt i than ran into some issues so i removed it from my project so i found another module to do this for me which is
 npx expo install expo-crypto 
but now ever since ive been getting this error
 The package at "node_modules\dotenv\lib\main.js" attempted to import the Node standard library module "path".
It failed because the native React runtime does not include the Node standard library. 
, i also cleared my expo cache using
 npx expo -c 
that also didnt fix my issue so now im just stuck ...if theres anyone here who have faced such your help would be appreciated.
Screenshot_2024-07-05_041048.png
Was this page helpful?