bixbyjs / bixby-common

Common components for Bixby.js.
MIT License
2 stars 1 forks source link

Bixby-common cryptically coupled to specific electrolyte version. #4

Open johndvorakHR opened 8 years ago

johndvorakHR commented 8 years ago

Using Electrolyte 0.2.2

 container.add('logger');
            ^

TypeError: container.add is not a function
    at Function.exports.used (/app.experience/node_modules/bixby-common/lib/index.js:20:13)
jaredhanson commented 8 years ago

Update to latest electrolyte

Sent from my iPhone

On Jun 6, 2016, at 3:41 PM, John Dvorak notifications@github.com wrote:

Using Electrolyte 0.2.2

container.add('logger'); ^

TypeError: container.add is not a function at Function.exports.used (/app.experience/node_modules/bixby-common/lib/index.js:20:13) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.