nodefluent / kafka-streams

equivalent to kafka-streams :octopus: for nodejs :sparkles::turtle::rocket::sparkles:

Home Page:https://nodefluent.github.io/kafka-streams/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uuid is not a devDependency

pranaygp opened this issue · comments

It is used here:

const uuid = require("uuid");

but it's listed as a devDependency

"uuid": "~3.4.0"

this breaks yarn 2

Thanks @pranaygp Have just fixed this up: #157