@parallel-fi/wallet-services
v1.0.18
Published
### Use only *yarn* to install dependencies
Downloads
17
Readme
@parallel-fi/wallet-services
Use only yarn to install dependencies
- Run
yarn install
FAQs:
What shoud i do if i get github permission error like this =>
[email protected]: 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
- Try using https protocol instead of ssh for fetching repo by running this command =>