FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

can't npm install generator-famous #8

Closed stukennedy closed 10 years ago

stukennedy commented 10 years ago

keep getting the error UNABLE_TO_VERIFY_LEAF_SIGNATURE I was able to get it earlier but it wouldn't build then ... I think that has since been fixed, but I can't get past this point now.

Here is a dump of some of the npm log:-

7728 verbose true,/home/codio/workspace/node_modules,/home/codio/workspace/node_modules unbuild generator-famous@0.1.3                                                       
7729 info postuninstall generator-famous@0.1.3                                                                                                                               
7730 error Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE                                                                                                                            
7730 error     at SecurePair.<anonymous> (tls.js:1370:32)                                                                                                                    
7730 error     at SecurePair.EventEmitter.emit (events.js:92:17)                                                                                                             
7730 error     at SecurePair.maybeInitFinished (tls.js:982:10)                                                                                                               
7730 error     at CleartextStream.read [as _read] (tls.js:469:13)                                                                                                            
7730 error     at CleartextStream.Readable.read (_stream_readable.js:320:10)                                                                                                 
7730 error     at EncryptedStream.write [as _write] (tls.js:366:25)                                                                                                          
7730 error     at doWrite (_stream_writable.js:223:10)                                                                                                                       
7730 error     at writeOrBuffer (_stream_writable.js:213:5)                                                                                                                  
7730 error     at EncryptedStream.Writable.write (_stream_writable.js:180:11)                                                                                                
7730 error     at write (_stream_readable.js:583:24)                                                                                                                         
7730 error     at flow (_stream_readable.js:592:7)                                                                                                                           
7730 error     at Socket.pipeOnReadable (_stream_readable.js:624:5)
MylesBorins commented 10 years ago

Looks like an Auth error on the npm side of things... I'm just about to get in to the office and sort out all the current generator issues On Apr 10, 2014 12:40 PM, "Stu Kennedy" notifications@github.com wrote:

keep getting the error UNABLE_TO_VERIFY_LEAF_SIGNATURE I was able to get it earlier but it wouldn't build then ... I think that has since been fixed, but I can't get past this point now.

Here is a dump of some of the npm log:-

7728 verbose true,/home/codio/workspace/node_modules,/home/codio/workspace/node_modules unbuild generator-famous@0.1.3 7729 info postuninstall generator-famous@0.1.3 7730 error Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE 7730 error at SecurePair. (tls.js:1370:32) 7730 error at SecurePair.EventEmitter.emit (events.js:92:17) 7730 error at SecurePair.maybeInitFinished (tls.js:982:10) 7730 error at CleartextStream.read as _read 7730 error at CleartextStream.Readable.read (_stream_readable.js:320:10) 7730 error at EncryptedStream.write as _write 7730 error at doWrite (_stream_writable.js:223:10) 7730 error at writeOrBuffer (_stream_writable.js:213:5) 7730 error at EncryptedStream.Writable.write (_stream_writable.js:180:11) 7730 error at write (_stream_readable.js:583:24) 7730 error at flow (_stream_readable.js:592:7) 7730 error at Socket.pipeOnReadable (_stream_readable.js:624:5)

Reply to this email directly or view it on GitHubhttps://github.com/Famous/generator-famous/issues/8 .

stukennedy commented 10 years ago

actually looks like github itself has gone crazy ... all the formatting is out on every page, and "Something went wrong with that request. Please try again" is at the bottom of each page.

stukennedy commented 10 years ago

Github is back up again properly now ... but the error is still there.

KraigWalker commented 10 years ago

I managed to get it going properly after a couple of attempts.

stukennedy commented 10 years ago

yup me too ... but it still won't run yo famous without complaining about

bower famous-polyfills#0.1.1          ECMDERR Failed to execute "git ls-remote --tags --heads git@github.com:Famous/polyfills.git", exit code of #128

I originally reported this issue here https://github.com/Famous/famous/issues/11 ... but it's been closed

MylesBorins commented 10 years ago

This is a strange error, do you have ssh-keys set up with github? The current generator is relying on that.

6 should fix this

stukennedy commented 10 years ago

yes it works ... posted a comment in #6 with the changes I needed to make it work

MylesBorins commented 10 years ago

Ok I am closing this issue for right now based on the above statement. We will hopefully have the changes pulled in and 0.1.4 cut later tonight.