android - Issue running react native project -
i have cloned react native project git. when run npm install inside project directory, following error occurs
e:\react_native_projects\rctwebrtcdemo>npm install npm warn addremotegit error: command failed: git -c core.longpaths=true config - -get remote.origin.url npm warn addremotegit npm warn addremotegit @ childprocess.exithandler (child_process.js:204:12) npm warn addremotegit @ emittwo (events.js:106:13) npm warn addremotegit @ childprocess.emit (events.js:191:7) npm warn addremotegit @ maybeclose (internal/child_process.js:891:16) npm warn addremotegit @ process.childprocess._handle.onexit (internal/child _process.js:226:5) npm warn addremotegit git+https://git@github.com/oney/react-native-webrtc.git r esetting remote c:\users\sonu android\appdata\roaming\npm-cache\_git-remotes\git -https-git-github-com-oney-react-native-webrtc-git-9630a7d4 because of error: { error: command failed: git -c core.longpaths=true config --get remote.origin.url npm warn addremotegit npm warn addremotegit @ childprocess.exithandler (child_process.js:204:12) npm warn addremotegit @ emittwo (events.js:106:13) npm warn addremotegit @ childprocess.emit (events.js:191:7) npm warn addremotegit @ maybeclose (internal/child_process.js:891:16) npm warn addremotegit @ process.childprocess._handle.onexit (internal/child _process.js:226:5) npm warn addremotegit killed: false, npm warn addremotegit code: 1, npm warn addremotegit signal: null, npm warn addremotegit cmd: 'git -c core.longpaths=true config --get remote.ori gin.url' }
Comments
Post a Comment