how can I install npm install -g exp to install in my project?

0

I am trying to install this dependency to be able to generate the apk of my project but it is not installed, it lasts a while loading and at the end it shows me an error:

npm ERR! Expected: e6c37c74c2ede6c32f04b13d30383e10255908d3, npm ERR! 
Actual: 6bb5a42aa7d85b993db244095018c2a71391adef npm ERR! From: 
registry.npmjs.org/@expo/ngrok/-/ngrok-2.3.0.tgz'

I have been using expo to test my application with this enotnces emulator it is not clear to me if it is already incorporated in my project since my package.json in the dependencies part shows me "expo": "^22.0.2" , but in the console writing exp start tells me it does not recognize 'exp'

    
asked by Leandro Villalobos 06.12.2017 в 16:36
source

0 answers