Makeblock-official / mbot_nodebots

MIT License
41 stars 25 forks source link

Fixed dependencies #13

Closed Xvier closed 8 years ago

Xvier commented 8 years ago

I updated the versions of node-pixel and johnny five. The old versions of node-pixel didnt go well together with johnny five.

ajfisher commented 8 years ago

What was the specific issue that was happening between the two libraries and do we need to update the firmware at all as well?

Xvier commented 8 years ago

Wat happend was if you clone the current mbot_nodeblot and do npm install you get a conflict between the current version of johnny five and the outdated version of nodepixel. The way the package.json is set up is that it will download up to version 0.3.9 and the latest version is 0.6.0.

ajfisher commented 8 years ago

Ahh I see. All good. I'll pull that in once I'm not on my phone. Thanks for that Xavier.

On Tue, Apr 19, 2016 at 11:49 PM Xavier notifications@github.com wrote:

Wat happend was if you clone the current mbot_nodeblot and do npm install you get a conflict between the current version of johnny five and the outdated version of nodepixel. The way the package.json is set up is that it will download up to version 0.3.9 and the latest version is 0.6.0.

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/Makeblock-official/mbot_nodebots/pull/13#issuecomment-211930016