react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

react-native-oauth

Open Sruthi-CS opened this issue 7 years ago • 3 comments

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

Sruthi-CS avatar Aug 22 '18 09:08 Sruthi-CS

+1

ronymmoura avatar Sep 21 '18 19:09 ronymmoura

+1

ThibaultGobert avatar Oct 16 '18 09:10 ThibaultGobert

Remove the lines indicated by arrows from node_modules/react-native-oauth/package.json

   "rnpm":  {
        "commands":  {              <----
            "prelink": "....."      <----
            "postlink": "...."      <----
        }
    }

JoyTerence avatar Nov 04 '18 14:11 JoyTerence