error An unexpected error occurred: "ENOENT: no such file or directory, scandir '.../react-native-starter/node_modules/metro/node_modules/is-data-descriptor'".
nikhilmaddirala opened this issue · 1 comments
nikhilmaddirala commented
➜ react-native-starter git:(master) ✗ yarn install
yarn install v1.15.2
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.7: The platform "linux" is incompatible with this module.
info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > react-native-gifted-chat@0.7.2" has unmet peer dependency "prop-types@*".
warning "react-native-paper > create-react-context@0.2.3" has unmet peer dependency "prop-types@^15.0.0".
warning "react-native-ui-lib > react-native-text-size@2.1.1" has incorrect peer dependency "react-native@>=0.52.0 <0.57.0".
warning "react-navigation > react-navigation-drawer@1.2.0" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "react-navigation > react-navigation-stack@1.0.10" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "react-navigation > react-navigation-tabs@1.0.2" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "react-navigation > @react-navigation/core > create-react-context@0.2.2" has unmet peer dependency "prop-types@^15.0.0".
warning "react-navigation-material-bottom-tabs > react-navigation-tabs@1.0.0" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "jest > jest-cli > @jest/core > jest-resolve-dependencies@24.5.0" has unmet peer dependency "jest-resolve@^24.1.0".
warning "jest > jest-cli > jest-config > jest-resolve@24.5.0" has unmet peer dependency "jest-haste-map@^24.0.0".
warning " > react-addons-test-utils@15.6.2" has incorrect peer dependency "react-dom@^15.4.2".
**error An unexpected error occurred: "ENOENT: no such file or directory, scandir '.../react-native-starter/node_modules/metro/node_modules/is-data-descriptor'".**
info If you think this is a bug, please open a bug report with the information provided in ".../react-native-starter/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
haikov commented
Hi @nikhilmaddirala ! Looks like this issue is not related to the starterkit, probably, you have some issues with your local package manager. Please, let me know if you solved it already.