Skip to content

Commit

Permalink
fix: npm global install permissions issue (#210)
Browse files Browse the repository at this point in the history
* Fix npm global install permissions issue

using ssh url instead of https for repos causes permissions issue if you try to install without ssh keys setup

* Update README

Co-authored-by: Alex <alxmorais8@msn.com>
  • Loading branch information
Nan0Scho1ar and alxhotel committed Jan 4, 2022
1 parent c014add commit 8e4c77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ To use WebTorrent in the browser, see [`webtorrent`](https://www.npmjs.com/packa
**[ut_pex](https://www.npmjs.com/package/ut_pex)**
- **[protocol extension api](https://www.npmjs.com/package/bittorrent-protocol#extension-api)**
for adding new extensions
- Check all the **[supported BEPs here](https://github.com/webtorrent/webtorrent/blob/master/docs/bep_support.md)**

### Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/webtorrent-cli.git"
"url": "https://github.com/webtorrent/webtorrent-cli.git"
},
"scripts": {
"test": "standard && tape test/*.js",
Expand Down

0 comments on commit 8e4c77f

Please sign in to comment.