riot / cli

Riot.js command line tool
MIT License
46 stars 9 forks source link

Messages with Node v10.0.0 #31

Closed nibushibu closed 6 years ago

nibushibu commented 6 years ago

I updated Node.js to v10.0.0, then the following message displayed.

(node:58855) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

macOS 10.13.4 Node 10.0.0 Yarn 1.6.2

nibushibu commented 6 years ago

Sorry, this seemed to be a problem caused by Yarn, not Riot.

https://github.com/yarnpkg/yarn/issues/5727