I am trying to run Expo react-native project from here
npm install expo -g
expo init AwesomeProject
npm start
But on running npm start i am getting this error
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
npm ERR! errno SELF_SIGNED_CERT_IN_CHAIN
npm ERR! request to https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz failed, reason: self signed certificate in certificate chain
i tried the following commands as stated here
npm config set registry http://registry.npmjs.org/
But it didnt help. I dont want to disable strict SSL. As stated.Can someone suggest?