When i add plugin in .hyper.js, i will get a error notification:
(node:XXXXX)[DEP00005] DeprecationWarning:Buffer() is deprecated due to security and
usability issues. Please use the Buffer.alloc(), Buffer,allocUnsafe(), or Buffer.from() methods
instead. error An unexpected error occurred: "https://registry.yarnpkg.com/hyper-material-theme:
ETIMEDOUT"/
The XXXXX means the number always change.
Thanks for your time, hope someone can help me out.
I'm getting the same error message when trying to install any plugin with latest version on Windows.
@travVT , I checked the error message in .hyper_plugins, aka yarn-error.log. At the end of the log, i found the real error is time out, so i set my npm through my company proxy, everything works fine now.
Thanks @yuanzhel this fixed my issue too! :)
Most helpful comment
@travVT , I checked the error message in .hyper_plugins, aka yarn-error.log. At the end of the log, i found the real error is time out, so i set my npm through my company proxy, everything works fine now.