Skip to content

Commit

Permalink
Add < 0.5 to the engines in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cflewis committed Jul 5, 2016
1 parent 34a16f5 commit 7b3753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
},
"preferGlobal": true,
"engines": {
"node": ">=4.2.0"
"node": ">=4.2.0 <5.0"
},
"contributors": [
"Jon McKay <johnnyman727@gmail.com>",
Expand Down

3 comments on commit 7b3753c

@huseyinkozan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this means I cannot use NodeJS 6.x at my PC and Tessel ?
I am using custom compiled NodeJS 6.2.1 at my Tessel.

@HipsterBrown
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is just clarifying which versions of Node that Tessel officially supports at this time. This should output a warning to anyone who installs t2-cli and using an unsupported version. It should not prevent you from using the cli.

https://docs.npmjs.com/files/package.json#engines

@huseyinkozan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @HipsterBrown.

Please sign in to comment.