Skip to content

issues Search Results · repo:koajs/kick-off-koa language:JavaScript

Filter by

23 results
 (55 ms)

23 results

inkoajs/kick-off-koa (press backspace or delete to remove)

For example, Exercise 1 still tells you to use app = koa() instead of the class-based notation (app = new Koa()). And once you change this, koa tells you that generators are now deprecated and will be ...
  • batjko
  • 5
  • Opened 
    on May 1, 2017
  • #56

I m not sure if this is a bug on my end or something, but the background isn t being cleared, and when it prints out instructions they re usually garbled with the leftover stuff from the last scene or ...
  • YaxelPerez
  • Opened 
    on Mar 22, 2017
  • #55

After copying and pasting the solution, I still get the following error: Server listening at port 63797 ✗ Error connecting to submission server (http://localhost:63797/), options: { requestUrls :[ http://localhost:63797/ ...
  • chiller-whale
  • 2
  • Opened 
    on Jan 10, 2017
  • #53

Why i passed test? var koa = require( koa ), parse = require( co-body ), app = koa(); app.use(function* (next) { if(this.path !== / this.method !== GET ) { return yield next; } var body ...
  • Khangeldy
  • Opened 
    on Nov 5, 2016
  • #51

I feel a bit weird about npm -g installing Koa as I don t like making things globally available as coding packages when they are more coding tutorial programs... Do you want us to make you a Windows installer ...
  • GranularDetective
  • 1
  • Opened 
    on Jul 6, 2016
  • #45

i mean this one Meanwhile we are migrating to kao 2 and
  • ysle
  • 1
  • Opened 
    on May 26, 2016
  • #44

I find it reports error when selecting CHOOSE LANGUAGE again. steps 1. $ kick-off-koa 2. select CHOOSE LANGUAGE then select French (or English) 3. select CHOOSE LANGUAGE error notes events.js:72 ...
  • arbipher
  • 1
  • Opened 
    on Apr 12, 2016
  • #43

I can t verify first exercise, even if I copy it s source from this repository. After I try kick-off-koa verify ex1.js I get following error: /Users/nikolaykletskin/projects/nodeschool/koa/node_modules/koa/node_modules/composition/node_modules/any-promise/register.js:61 ...
  • ghost
  • 2
  • Opened 
    on Mar 9, 2016
  • #42

In the task of error handler, the response cannot be set with ctx.body = internal server error . Here is my error handler : function errorHandler(ctx, next) { try { return next(); } ...
  • xie-qianyue
  • 3
  • Opened 
    on Nov 19, 2015
  • #36

when I run into Exercise 4 of 11 I get the result: 1. ACTUAL: `/json` respond body: {\ foo\ :\ bar\ } 1. EXPECTED: `/json` respond body: {\ foo\ :\ bar\ } 2. ACTUAL: `/json` respond content-type: ...
  • ruandao
  • Opened 
    on Nov 15, 2015
  • #35
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub