zulip / zulipbot

GitHub workflow-optimizing bot by @zulip
Other
84 stars 65 forks source link

dependencies: Add lodash dependency to package.json #190

Closed garg3133 closed 3 years ago

garg3133 commented 3 years ago

While deploying to heroku, it was throwing the following error Error: Cannot find module 'lodash'.

Ran npm i --save lodash.

It works fine by just removing "dev": true from package-lock.json too (without adding anything in package.json).

andersk commented 3 years ago

Done in 713e6c19ec796071c065bc17ebc7537ae851b4b7 (sorry, I didn’t see this first). Thanks!