react-native-oauth
react-native-oauth copied to clipboard
react-native-oauth
I 'm trying to link my app with react-native-Oauth , While linking, got an error . Please help me !! I'm new to programming , don't know how to clarify this ;
D:\Demo\faq_app>react-native link Scanning folders for symlinks in D:\Demo\faq_app\node_modules (71ms) rnpm-install ERR! Something went wrong while linking. Error: spawn UNKNOWN
spawn UNKNOWN
+1
+1
Remove the lines indicated by arrows from node_modules/react-native-oauth/package.json
"rnpm": {
"commands": { <----
"prelink": "....." <----
"postlink": "...." <----
}
}