Closed
Description
When I try to initialize my project with "expo start", i've got an error "Error: node_modules directory is missing. Please run npm install
in your project directory.
Couldn't start project. Please fix the errors and restart the project."
So i've runned "npm install" then i got this massage:
"npm ERR! path git
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall spawn git
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/expo/react-native-maps.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file."
Can anyone help me?