I’m trying to install the npm module wallet-address-validator in a React Native application. I am using expo for my development environment.
First I install wallet-address-validator
npm install wallet-address-validator
Then I run
expo start
And I get these errors
Expo Developer Tools is disconnected from Expo CLI. Use the expo start command to start the CLI again.
[14:23:00] Opening DevTools in the browser... (press shift-d to disable)
[14:23:02] Error: React native is not installed. Please run npm install in your project directory.
[14:23:02] Couldn't start project. Please fix the errors and restart the project.
[14:23:02] Set EXPO_DEBUG=true in your env to view the stack trace.
So I ran
npm install
Then I ran
expo start again
and I get this error
14:26
Recrawled this watch 1 times, most recently because: /home/dale/Desktop/Rails/TestApps/testApp: dir missing from internal state To resolve, please review the information on https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl To clear this warning, run: watchman watch-del /home/dale/Desktop/Rails/TestApps/testApp ; watchman watch-project /home/dale/Desktop/Rails/TestApps/testApp