Search code examples
javascriptnode.jsyarnpkg

How to install binance-api-node


I am trying to install binance-api-node. The source repository](https://github.com/Ashlar/binance-api-node), mentioned that I can install it by using yarn add binance-api-node. I have been trying but it says

"'yarn' is not recognized as an internal or external command,
operable program or batch file."

Any suggestions? Please,is there a way to know if the node js package is safe to use?

Thanks a lot!!


Solution

  • Since you haven't installed yarn you can't run this command so you can install the same package through npm or you could install yarn and then run this command.