Skip to content

Commit

Permalink
npm bug note
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoy913 committed Sep 11, 2021
1 parent 55c0ea6 commit f1c4904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,10 @@ Install a specific version by specifying it as a parameter; for example, to obta
npm install github:smart-on-fhir/health-cards-dev-tools#v1.0.2-0
```

**Note : Performing an npm global install from GitHub _npm install -g github:smart-on-fhir/health-cards-dev-tools_ does not currently work correctly with the latest version of [npm](https://github.com/npm/cli/issues/3692#issue-981406464) (version 7.x).
The combination of using both the `bin` and `prepare` properties in `package.json` is resulting in a failed install (It works correctly with npm 6.x).**


### Build from source

Alternatively, the package can be built from source following these steps.
Expand Down

0 comments on commit f1c4904

Please sign in to comment.