-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Does not support NodeJs 10. #5727
Comments
I've the same issue please fix 😢, |
|
lerna.json: "npmClient": "yarn",
"npmClientArgs": ["--ignore-engines"], |
.yarnrc
|
@Oceanswave what is |
I'm not able to add any packages after upgraded to node 10. $ yarn --verbose add uuid
yarn add v1.6.0
(node:5003) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
verbose 0.261 Checking for configuration file "/tmp/app/.npmrc".
verbose 0.261 Checking for configuration file "/Users/[user]/.npmrc".
verbose 0.261 Checking for configuration file "/usr/local/etc/npmrc".
verbose 0.261 Checking for configuration file "/tmp/app/.npmrc".
verbose 0.262 Checking for configuration file "/tmp/.npmrc".
verbose 0.263 Checking for configuration file "/tmp/app/.yarnrc".
verbose 0.263 Checking for configuration file "/Users/[user]/.yarnrc".
verbose 0.263 Found configuration file "/Users/[user]/.yarnrc".
verbose 0.263 Checking for configuration file "/usr/local/etc/yarnrc".
verbose 0.263 Checking for configuration file "/tmp/app/.yarnrc".
verbose 0.263 Checking for configuration file "/tmp/.yarnrc".
verbose 0.264 Found configuration file "/Users/[user]/.yarnrc".
verbose 0.264 Checking for configuration file "/Users/.yarnrc".
verbose 0.265 current time: 2018-04-27T05:11:53.672Z
[1/4] 🔍 Resolving packages...
verbose 0.401 Performing "GET" request to "https://registry.yarnpkg.com/uuid".
verbose 0.545 Request "https://registry.yarnpkg.com/uuid" finished with status code 200.
[2/4] 🚚 Fetching packages...
[#################################################################################################################################################################################################################################] 834/835Q The process died after fetching packages, there is no yarn errors file generated. Tried Filed a separate issue for this error: #5761 |
Same here, can't build with travis-ci on
|
@sanex3339 that is an issue of yarn works fine on Node 10 |
+1 on Yarn & Node 10 working fine, the only issue I've seen is the |
You can fix this by re-installing: This will use |
Yarn also has some clean up to do, which is tracked in #5477. Closing in favor of that. |
@markdavies Do you know |
I had this issue after upgrading Yarn. Opening a new terminal window fixed it. |
Any progress on this? |
@oshalygin this issue is closed; what progress are you looking for? The error message is caused by an older version of |
@oshalygin If you don't use What I'm doing to solve it on my projects is to just open up the |
Please, 🔒 this issue. Can you @torifat? |
i opened it, but i cannot lock it |
Locked. Please follow #5477. |
Does not support NodeJs 10.
The text was updated successfully, but these errors were encountered: