Не работает проект native-react в expo - проблема с SDK
kali@kali:~/stopkriminal$ npm start
@ start /home/kali/stopkriminal expo start
Starting project at /home/kali/stopkriminal
Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again.
ConfigError: Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again.
at Object.getExpoSDKVersion (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/config/src/Project.ts:35:9)
at ensureConfigHasDefaultValues (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/config/src/Config.ts:419:22)
at fillAndReturnConfig (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/config/src/Config.ts:101:10)
at getConfig (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/config/src/Config.ts:137:10)
at configureProjectAsync (/[email protected]/src/commands/start.ts:280:25)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ start: `expo start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kali/.npm/_logs/2020-04-17T08_37_19_013Z-debug.log