2017-05-14 4 views
0

I anuglar2 quickstart von hier heruntergeladen haben: https://github.com/angular/quickstartWinkelquickstart App abgestürzt auf Heroku

Es ist auf localhost funktioniert, aber wenn ich auf Heroku schob es gibt mir den Fehler: Application error

Was nicht in Ordnung ist mit angular2 Quickstart auf Heroku?

Hier ist log Detail aus heorku Leiter:

2017-05-14T15:13:16.400648+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via: 
2017-05-14T15:13:16.400445+00:00 app[web.1]: npm ERR!  npm bugs angular-quickstart 
2017-05-14T15:13:16.400839+00:00 app[web.1]: npm ERR!  npm owner ls angular-quickstart 
2017-05-14T15:13:16.401036+00:00 app[web.1]: npm ERR! There is likely additional logging output above. 
2017-05-14T15:13:16.406429+00:00 app[web.1]: 
2017-05-14T15:13:16.406738+00:00 app[web.1]: npm ERR! Please include the following file with any support request: 
2017-05-14T15:13:16.406911+00:00 app[web.1]: npm ERR!  /app/npm-debug.log 
2017-05-14T15:13:16.501756+00:00 heroku[web.1]: State changed from starting to crashed 
2017-05-14T15:13:16.486330+00:00 heroku[web.1]: Process exited with status 1 
+0

Diese Frage offen ist nach wie vor für neue Antworten, wie ich bin nicht in der Lage Winkelschnellstart-App auf denen sie laufen Heroku. –

Antwort

1

In systemjs.config als

paths: { 
     // paths serve as alias 
     'npm:': 'https://unpkg.com/' 
    }, 
+0

Hallo danke, bekomme immer noch den Fehler, Was ist mit anderen Teilen von systemjs.config? wie 'Karte: { // unsere App im App-Ordner 'App': 'App', ... ' –

+0

npm Version ist: '3.10.10' ich auf Heroku App-Konsole überprüft haben, ist es okay? –

Verwandte Themen