-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which Node.js LTS versions are supported by Tessel 2? #156
Comments
Presently Node.js 4.5.0, due to issues compiling Node.js 6.x.x |
Has this changed since last year? Just got a new t2 and after updating the firmware it shows Node.js 6.10.3. |
@RTongue Yes, our latest OS image for Tessel includes Node 6.10.3. We're now working on Node 8 support since it is the latest LTS. |
When will v6.x be supported? |
@danawoodman it already is! Output from
|
@Frijol sorry I mean v8.x 😆 |
@danawoodman we're behind because the t2-release scripts need to be serviced and no one has had time or understanding of the system to do the work to fix them :( Additionally, we'd need a PR to https://github.com/tessel/openwrt-tessel/pulls that has upgrades node.js, similar to this changeset: https://github.com/tessel/openwrt-tessel/pull/73/files#diff-0564297a9266694528aabbd6408d1075 |
Who has done the previous upgrades? Keeping Tessel supporting the latest node would be a huge win 👍 |
I did the last one, but had to do every step manually because our release script used modules that were no longer compatible with some AWS API. |
I checked the documentation on http://tessel.github.io/t2-start/ and it says that:
As of today (https://github.com/nodejs/LTS#lts-schedule) there are multiple LTS versions of Node.js (v4.x & v6.x), so does Tessel 2 supports all of them?
The text was updated successfully, but these errors were encountered: