Skip to content

Commit

Permalink
Add note about legacy-peer-deps to readme (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 1, 2021
1 parent 3bcba67 commit c7facb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 3 additions & 4 deletions products/jbrowse-react-circular-genome-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ $ yarn add @jbrowse/react-circular-genome-view
Or with [npm](https://npmjs.org/):

```
$ npm install @jbrowse/react-circular-genome-view
$ npm install @jbrowse/react-circular-genome-view --legacy-peer-deps
```

## Documentation

The latest Storybook documentation for the component is hosted [here](https://jbrowse.org/storybook/lgv/main).
The --legacy-peer-deps helps with installing via NPM to avoid warnings about
the peer dependencies not being met while installing.

### Note on fonts

Expand Down
9 changes: 6 additions & 3 deletions products/jbrowse-react-linear-genome-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
> JBrowse 2 linear genome view React component
[JBrowse 2](https://jbrowse.org/jb2/) is a pluggable open-source platform for
visualizing, integrating, and sharing biological data. This component consists of a single
JBrowse 2 linear view.
visualizing, integrating, and sharing biological data. This component consists
of a single JBrowse 2 linear view.

## Usage

Expand Down Expand Up @@ -42,9 +42,12 @@ $ yarn add @jbrowse/react-linear-genome-view
Or with [npm](https://npmjs.org/):

```
$ npm install @jbrowse/react-linear-genome-view
$ npm install @jbrowse/react-linear-genome-view --legacy-peer-deps
```

The --legacy-peer-deps helps with installing via NPM to avoid warnings about
the peer dependencies not being met while installing.

## Documentation

The latest Storybook documentation for the component is hosted [here](https://jbrowse.org/storybook/lgv/main).
Expand Down

0 comments on commit c7facb2

Please sign in to comment.