codepath / codepath/nodejs_guides

Troubleshooting

Aperta
#4 0 commenti 0 reazioni 1 assegnatario Rivendicata da @pixelknitter Vedi su GitHub
help wanted
Lingua principale
Nessun dato sulla lingua
Stelle
74
Fork
18
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

1. Create a generic troubleshooting doc with some appropriate sections and cover common troubleshooting issues
2. Useless stack trace? => [longjohn](https://github.com/mattinsler/longjohn) or turn on [bluebirds long stack traces](https://github.com/petkaantonov/bluebird/blob/master/API.md#promiselongstacktraces---void) (include link to section in Debugging Guide)
3. Server crashing and not restarting? Use [nodemon](https://github.com/remy/nodemon), refer to setup wiki
4. let requires strict mode error? Turn on strict mode in either babel (--optionals strict) or node's --use-strict
5. Link to the debugging guide and [various](http://www.toptal.com/nodejs/top-10-common-nodejs-developer-mistakes) [other](https://www.airpair.com/node.js/posts/top-10-mistakes-node-developers-make) resources

**What success looks like: Succinctness and clarity. Less is more.**
Reference Wikis: [Authentication & Authorization](https://github.com/codepath/nodejs_guides/wiki/Authorization-&-Authentication), [Setup](https://github.com/codepath/nodejs_guides/wiki/Setup)

Open separate issues for required links to community sources if you're having trouble finding any.

_Please assign to yourself before working on this._
/cc @NinjaSudo @philster @azoff @DiyahM

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.