koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.07k stars 3.22k forks source link

Routing sucks, moving back to express. #1794

Closed lmf-git closed 7 months ago

lmf-git commented 7 months ago
image
iwanofski commented 7 months ago

This seems to be a problem in your package.json file as yarn doesn't like the semver formatting (notice space) ^12.0. 1.

$ npm i @koa/router@12

added 12 packages, and audited 13 packages in 353ms

found 0 vulnerabilities