Yarn: Support for node 9

Created on 2 Nov 2017  路  10Comments  路  Source: yarnpkg/yarn

Do you want to request a feature or report a bug?
bug

What is the current behavior?
Yarn throws a warning about node 9.

If the current behaviour is a bug, please provide the steps to reproduce.
Install node 9.
Every command you run will have this
Screenshot: https://imgur.com/a/KdQIg

What is the expected behaviour?
Yarn should have released support for node 9. Nothing breaks except I have to rebuild some modules but warning should not be there. Node 8 has been now in LTS channel (version 8.9.0) and node 9 adds a new error handling system. Might benefit yarn.

Please mention your node.js, yarn and operating system version.
node: 9.0.0
yarn: 1.2.1
OS: Ubuntu 17.10

Most helpful comment

You should update the website
image

All 10 comments

This was fixed in 1.3

OK great but you should have added this in release notes of 1.3 in the releases sections. I saw the release notes of 1.3 and I didn't find that node 9 support was added.

We always support new Node releases by default, it's just that our check was a bit too restrictive in this particular case.

@pantharshit00 sorry for missing it in the release notes. It is now added. Also, 1.3.2 is up and available for download.

@BYK thanks for that.

Just for information, the https://yarnpkg.com/lang/en/ does not mention the node v9 support. This is not critical, but you should update the main page.

getting the warning form yarn about node v9.0 as well on yarn v1.3.2

You should update the website
image

Please reopen this issue or CHANGE the header please!

Regarding the website, https://github.com/yarnpkg/website/pull/784 is up. Regarding Yarn itself, the 1.5 branch which has been released last week won't have the warning referenced in this issue.

Was this page helpful?
0 / 5 - 0 ratings