I have git installed, in fact, �I have cloned this project in Webstorm using git. Tried reinstalling the Git but I still get the same error which is given below while I try to install all dependencies.
Note: Running Webstorm as Administrator.
C:\Users\User\WebstormProjects\realtime-chat-RethinkDB>npm install -g bower
C:\Users\User\AppData\Roaming\npm\bower -> C:\Users\User\AppData\Roaming\npm\node_modules\bower\bin\bower
bower@1.8.0 C:\Users\User\AppData\Roaming\npm\node_modules\bower
C:\Users\User\WebstormProjects\realtime-chat-RethinkDB>npm install
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN git config --get remote.origin.url returned wrong result (https://github.com/mr-doc/mr-doc.git) undefined
npm WARN git config --get remote.origin.url returned wrong result (https://github.com/mr-doc/mr-doc.git) undefined
npm ERR! git clone https://github.com/mr-doc/mr-doc.git undefined
npm ERR! git clone https://github.com/mr-doc/mr-doc.git undefined
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\Users\User\WebstormProjects\realtime-chat-RethinkDB
npm ERR! node -v v0.10.35
npm ERR! npm -v 1.4.28
npm ERR! code ENOGIT
npm ERR! not ok code 0
C:\Users\User\WebstormProjects\realtime-chat-RethinkDB>bower install
'bower' is not recognized as an internal or external command,
operable program or batch file.
I have git installed, in fact, �I have cloned this project in Webstorm using git. Tried reinstalling the Git but I still get the same error which is given below while I try to install all dependencies.
Note: Running Webstorm as Administrator.
C:\Users\User\WebstormProjects\realtime-chat-RethinkDB>npm install -g bower
C:\Users\User\AppData\Roaming\npm\bower -> C:\Users\User\AppData\Roaming\npm\node_modules\bower\bin\bower
bower@1.8.0 C:\Users\User\AppData\Roaming\npm\node_modules\bower
C:\Users\User\WebstormProjects\realtime-chat-RethinkDB>npm install
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN
git config --get remote.origin.urlreturned wrong result (https://github.com/mr-doc/mr-doc.git) undefinednpm WARN
git config --get remote.origin.urlreturned wrong result (https://github.com/mr-doc/mr-doc.git) undefinednpm ERR! git clone https://github.com/mr-doc/mr-doc.git undefined
npm ERR! git clone https://github.com/mr-doc/mr-doc.git undefined
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.35","npm":"1.4.28"})
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\Users\User\WebstormProjects\realtime-chat-RethinkDB
npm ERR! node -v v0.10.35
npm ERR! npm -v 1.4.28
npm ERR! code ENOGIT
npm ERR! not ok code 0
C:\Users\User\WebstormProjects\realtime-chat-RethinkDB>bower install
'bower' is not recognized as an internal or external command,
operable program or batch file.