senecajs / seneca

A microservices toolkit for Node.js.
http://senecajs.org
MIT License
3.95k stars 314 forks source link

lodash dependency still used in lib/common.js #787

Closed yhuiban closed 4 years ago

yhuiban commented 4 years ago

Hello, The lodash dependency was removed from package.json, but it seems that lib/common.js still use it.

r3verser commented 4 years ago

same here

yiluhukai commented 4 years ago

Did you resove. this problem? I also meet it.

r3verser commented 4 years ago

Did you resove. this problem? I also meet it.

just install lodash with npm i --save lodash

rjrodger commented 4 years ago

Fixed now in 3.20.5 Thanks!