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
I am getting this error with the latest version or react-native 0.69
[react-native] error Failed to load configuration of your project.
[react-native] Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './package.json' is not defined by "exports" in ../node_modules/fetch-cookie/package.json
[react-native] at throwExportsNotFound (internal/modules/esm/resolve.js:299:9)
[react-native] at packageExportsResolve (internal/modules/esm/resolve.js:522:3)
[react-native] at resolveExports (internal/modules/cjs/loader.js:449:36)
[react-native] at Function.Module._findPath (internal/modules/cjs/loader.js:489:31)
[react-native] at Function.Module._resolveFilename (internal/modules/cjs/loader.js:875:27)
[react-native] at Function.resolve (internal/modules/cjs/helpers.js:98:19)
[react-native] at resolveNodeModuleDir (../node_modules/@react-native-community/cli-tools/build/resolveNodeModuleDir.js:24:42)
[react-native] at ../node_modules/@react-native-community/cli-config/build/loadConfig.js:93:76
[react-native] at Array.reduce (<anonymous>)
[react-native] at loadConfig (../node_modules/@react-native-community/cli-config/build/loadConfig.js:91:134)
[react-native] info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
rpopovici
changed the title
Failed to load configuration of your project
Failed to load configuration of your project('./package.json' is not defined by "exports")
Jul 12, 2022
I am getting this error with the latest version or react-native 0.69
The text was updated successfully, but these errors were encountered: