helapkg / hela

:icecream: Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. :sparkles: You can think of it as Cargo for the JavaScript ecosystem.
Mozilla Public License 2.0
331 stars 41 forks source link

koa-body-parser version using git url #170

Closed antoinegomez closed 5 years ago

antoinegomez commented 5 years ago

Hello,

Using a docker image without git installed I encountered an error installing koa-better-body that links to a version of koa-body-parsers using a git url instead of a version.

This also looks like it will always fetch the latest version. Shouldn't be safer to have at least a version matching pattern to avoid getting BC ?

Anyway it's annoying to have to install git only for a npm dependency.

tunnckoCore commented 5 years ago

I know, but that was intentional. Thanks anyway.

duplicate #107