npm / npm

This repository is moving to: https://github.com/npm/cli
http://npm.community
17.54k stars 3.02k forks source link

npm error on installing Co CLI #7796

Closed routhu closed 9 years ago

routhu commented 9 years ago
C:\>npm i -g git+https://git.cobalt-engine.com/cobalt/co-cli.git
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
.cobalt-engine.com/cobalt/utils.git)
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
.cobalt-engine.com/cobalt/bower.git)
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
.cobalt-engine.com/cobalt/slush-cobalt.git)
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
.cobalt-engine.com/cobalt-build/develop.git)
npm ERR! git clone https://git.cobalt-engine.com/cobalt/bower.git Cloning into b
are repository 'C:\Users\krouthu\AppData\Roaming\npm-cache\_git-remotes\https-gi
t-cobalt-engine-com-cobalt-bower-git-6e627d31'...
npm ERR! git clone https://git.cobalt-engine.com/cobalt/bower.git fatal: unable
to access 'https://git.cobalt-engine.com/cobalt/bower.git/': Unknown SSL protoco
l error in connection to git.cobalt-engine.com:443
npm ERR! git clone https://git.cobalt-engine.com/cobalt-build/develop.git Clonin
g into bare repository 'C:\Users\krouthu\AppData\Roaming\npm-cache\_git-remotes\
https-git-cobalt-engine-com-cobalt-build-develop-git-c2d6faa8'...
npm ERR! git clone https://git.cobalt-engine.com/cobalt-build/develop.git fatal:
 unable to access 'https://git.cobalt-engine.com/cobalt-build/develop.git/': Unk
nown SSL protocol error in connection to git.cobalt-engine.com:443
npm ERR! git clone https://git.cobalt-engine.com/cobalt/slush-cobalt.git Cloning
 into bare repository 'C:\Users\krouthu\AppData\Roaming\npm-cache\_git-remotes\h
ttps-git-cobalt-engine-com-cobalt-slush-cobalt-git-a6461505'...
npm ERR! git clone https://git.cobalt-engine.com/cobalt/slush-cobalt.git fatal:
unable to access 'https://git.cobalt-engine.com/cobalt/slush-cobalt.git/': Unkno
wn SSL protocol error in connection to git.cobalt-engine.com:443
npm ERR! git clone https://git.cobalt-engine.com/cobalt/utils.git Cloning into b
are repository 'C:\Users\krouthu\AppData\Roaming\npm-cache\_git-remotes\https-gi
t-cobalt-engine-com-cobalt-utils-git-e7748349'...
npm ERR! git clone https://git.cobalt-engine.com/cobalt/utils.git fatal: unable
to access 'https://git.cobalt-engine.com/cobalt/utils.git/': Unknown SSL protoco
l error in connection to git.cobalt-engine.com:443
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (
x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "-g" "git+https://git.coba
lt-engine.com/cobalt/co-cli.git"
npm ERR! node v0.12.1
npm ERR! npm  v2.5.1
npm ERR! code 128

npm ERR! Command failed: git -c core.longpaths=true clone --template=C:\Users\kr
outhu\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://git.cob
alt-engine.com/cobalt/bower.git C:\Users\krouthu\AppData\Roaming\npm-cache\_git-
remotes\https-git-cobalt-engine-com-cobalt-bower-git-6e627d31
npm ERR! Cloning into bare repository 'C:\Users\krouthu\AppData\Roaming\npm-cach
e\_git-remotes\https-git-cobalt-engine-com-cobalt-bower-git-6e627d31'...
npm ERR! fatal: unable to access 'https://git.cobalt-engine.com/cobalt/bower.git
/': Unknown SSL protocol error in connection to git.cobalt-engine.com:443
npm ERR!
npm ERR!
smikes commented 9 years ago

I am not sure if this is a node 0.12 error or a package config error, but I don't think this is a problem with npm. Are you able to clone the git packages manually? What happens if you downgrade to node 0.10.38?

ehsalazar commented 9 years ago

We haven’t heard back and we’re trying to clean up some old issues.  If this is still a problem, can you please reply and let us know?  We’ll be happy to reopen if necessary.

ghost commented 8 years ago

give read/write permission to your npm-cache and npn folder path : C:\Users\krouthu\AppData\Roaming\ if you have more than one user for your system then create new user with name "everything" and give all permission to everything. for new User : right click on folder > Properties > Security > Edit> Add > enter object name > "Everyone" and create > now give full control to everyone.

routhu commented 8 years ago

Thanku Sanju, issue got fixed.

On Sat, Mar 5, 2016 at 12:35 AM, sanju31 notifications@github.com wrote:

give read/write permission to your npm-cache and npn folder path : C:\Users\krouthu\AppData\Roaming\ if you have more than one user for your system then create new user with name "everything" and give all permission to everything. for new User : right click on folder > Properties > Security > Edit> Add > enter object name > "Everyone" and create > now give full control to everyone.

— Reply to this email directly or view it on GitHub https://github.com/npm/npm/issues/7796#issuecomment-192414922.

Thanks, Krishnarjuna Rao Routhu +91 9885 1263 32