1.0.18 • Published 2 years ago

@parallel-fi/wallet-services v1.0.18

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@parallel-fi/wallet-services

Use only yarn to install dependencies

  • Run yarn install

FAQs:

  1. What shoud i do if i get github permission error like this => git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.?

    - Try using https protocol instead of ssh for fetching repo by running this command =>
      `git config --global url."https://github".insteadOf ssh://git@github`