CommonGarden / Grow-IoT

Software packages for smart growing environments.
http://commongarden.org/
Other
25 stars 6 forks source link

[chore] Fix failing Travis build on <development> branch #440

Closed newswim closed 6 years ago

newswim commented 6 years ago

This started when the packages were reorganized. Node is trying to import a non-existent file.

See that red scary warning

newswim commented 6 years ago

Created some no-op exports as a temporary workaround. Now just chasing down the last few errors.

screen shot 2018-01-14 at 1 42 29 pm
newswim commented 6 years ago

This method inside of Grow.js is throwing the undefined TypeError.

https://github.com/CommonGarden/Grow-IoT/blob/38e47d0b0b517d4ca23dec4e0f8730e03b4cd939/packages/Grow.js/lib/Grow.js#L190-L209

There seems to be an issue with the later library, I'm now getting an error from here:

https://github.com/bunkat/later/blob/5d38cc3779ad0ee42d61675c8209c1e47c07ca93/later.js#L623

JakeHartnell commented 6 years ago

I have made some progress on this with #448 (one of the builds is passing).