Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

[DEP0005] DeprecationWarning: Buffer() is deprecated #127

Closed
Noostop opened this issue Aug 3, 2018 · 1 comment
Closed

[DEP0005] DeprecationWarning: Buffer() is deprecated #127

Noostop opened this issue Aug 3, 2018 · 1 comment

Comments

@Noostop
Copy link

Noostop commented Aug 3, 2018

C:\Users\YS\Desktop\app>yarn install
yarn install v1.7.0
[1/5] Validating package.json...
[2/5] Resolving packages...
⠁ (node:14464) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[3/5] Fetching packages...
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

@BPScott
Copy link
Member

BPScott commented Aug 15, 2018

This is deprecation warnings within Yarn when you're using node v10.See this issue yarnpkg/yarn#5477. This is fixed in yarn but not yet released.

@BPScott BPScott closed this as completed Aug 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants