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
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
bundling failed: Error: While trying to resolve module react-native-modal-translucent from file /Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/src/pages/login/LoginPage.js, the package /Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/node_modules/react-native-modal-translucent/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/node_modules/react-native-modal-translucent/index. Indeed, none of these files exist:
bundling failed: Error: While trying to resolve module
react-native-modal-translucent
from file/Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/src/pages/login/LoginPage.js
, the package/Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/node_modules/react-native-modal-translucent/package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (/Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/node_modules/react-native-modal-translucent/index
. Indeed, none of these files exist:"react-native": "0.60.4",
"react-native-modal-translucent": "^3.0.1",
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"fix-modal": "node node_modules/react-native-modal-translucent/scripts/translucent-modal.js",
"postinstall": "npm run fix-modal"
},
The text was updated successfully, but these errors were encountered: