pyarmak / aurelia-electron-starter

A starter kit for building a standard navigation-style electron app with Aurelia, typescript and materialize.
MIT License
22 stars 6 forks source link

Stuck at step "jspm install -y" #6

Open grandtiger opened 8 years ago

grandtiger commented 8 years ago

Hi there, I got stuck at step "jspm install -y" with the following errors. Any advice what may be causing this? I am a newbie in the JavaScript world. Thanks a lot in advance!

d:\Temp\angular2-quickstart>jspm install -y

warn Running jspm globally, it is advisable to locally install jspm via npm install jspm --save-dev.
ok   Install tree has no forks.
     Looking up loader files...

warn Error on lookup for github:systemjs/systemjs, retrying (1).
     Error: fatal: unable to access 'systemjs/systemjs.git/': error setting certificate verify locations:
       CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
       CApath: none

warn Error on lookup for github:systemjs/systemjs, retrying (2).
     Error: fatal: unable to access 'systemjs/systemjs.git/': error setting certificate verify locations:
       CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
       CApath: none

warn Error on lookup for github:systemjs/systemjs, retrying (3).
     Error: fatal: unable to access 'systemjs/systemjs.git/': error setting certificate verify locations:
       CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
       CApath: none

warn Error on lookup for github:systemjs/systemjs
     Error: fatal: unable to access 'systemjs/systemjs.git/': error setting certificate verify locations:
       CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
       CApath: none

err  TypeError: Cannot read property 'replace' of undefined
         at moduleMsg (C:\Users\George\AppData\Roaming\npm\node_modules\jspm\lib\ui.js:104:5)
         at Object.exports.format.err (C:\Users\George\AppData\Roaming\npm\node_modules\jspm\lib\ui.js:67:45)
         at Object.exports.log (C:\Users\George\AppData\Roaming\npm\node_modules\jspm\lib\ui.js:92:23)
         at C:\Users\George\AppData\Roaming\npm\node_modules\jspm\lib\core.js:361:8
         at process._tickCallback (node.js:377:9)

warn Installation changes not saved.
pyarmak commented 8 years ago

Hey so I actually haven't updated this since I left before the summer because this was a proof of concept type thing that someone asked for over on gitter. Now that aurelia is further along I'll update it as soon as they release Beta 1 (should be coming out any day now if their latest blog post is to be believed) so stay tuned.

grandtiger commented 8 years ago

Thanks a lot! Your help is highly appreciated. I came from the C#/WPF world, would love to hear your thoughts on Aurelia vs. Angular or other similar frameworks.

grandtiger commented 8 years ago

Hi there, happy new year! Aurelia beta has been released for some time. I wonder if you will have some time in the near future to update this project. Thanks a lot!

effervescentia commented 8 years ago

@grandtiger if you're interested, I'm actively developing a project in a private repo based in part on the work done here and partially on the aurelia-skeleton. I would be happy to release an open source skeleton or share some gists with you if you're having trouble running this project. However the log above indicates that's it's a problem with the SSL certificates your system is using to connect to git, not with this project

grandtiger commented 8 years ago

@effervescentia Yes, I am very interested in your project. I'll take a look at it whenever you get the chance to release it. Thank you so much!