koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

Why using old koa-router? #52

Closed nook-scheel closed 6 years ago

nook-scheel commented 7 years ago

In this line

ryankeener commented 7 years ago

This is of interest to me as well because it's causing CI installation failures due to a defect in npm5: https://github.com/npm/npm/issues/16839

Aurelsicoko commented 7 years ago

@ryankeener I have the exact same issue... I can't understand why we have this old dependency.

tangxinfa commented 7 years ago

the same problem to me, my app write in generator style, i need v4.0.0, but can't install because dependencies broken: $ npm install koa-joi-router@v4.x npm ERR! code 1 npm ERR! Command failed: /usr/bin/git checkout f0c60d374b5903f npm ERR! error: pathspec 'f0c60d374b5903f' did not match any file(s) known to git. npm ERR!

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2017-08-02T03_35_17_326Z-debug.log

aheckmann commented 6 years ago

Released 5.1.0 which now includes koa-router 7.3.0.

We were previously using a forked version because a params fix hadn't been merged/released in koa-router.

Aurelsicoko commented 6 years ago

Thank you @aheckmann!