xavdid / heroku-config

[Utility] Push and pull heroku environment variables to your local env

Home Page:https://www.npmjs.com/package/heroku-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module 'lodash/array' error

luzfcb opened this issue · comments

hello, I tried to install heroku-config today, however, occurred this error. I suppose that is missing a dependency:

fabio@luzfcb:~$ heroku plugins:install heroku-config
Installing plugin heroku-config...module.js:442
    throw err;
    ^

Error: Cannot find module 'lodash/array'
    at Function.Module._resolveFilename (module.js:440:15)
    at Function.Module._load (module.js:388:25)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/luzfcb/.local/share/heroku/plugins/node_modules/heroku-config/commands/push.js:7:15)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
 !
 ▸    Error installing plugin heroku-config
 !    error installing plugin heroku-config

That's no good! that was caused by some dependency changes that worked in test, but apparently not in production. I've pushed a fix (v1.3.1) and you should be able to install properly now.

Thanks for flagging!

@xavdid wow... very quick fix. thank a lot.