Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
update installation alternative for known issues (#276)
Browse files Browse the repository at this point in the history
I ran into this issue on a fresh ubuntu zesty, 17.x
  • Loading branch information
priyatam authored and anmonteiro committed Sep 23, 2017
1 parent cd090f7 commit b579ec7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/lumo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ If you enjoy Lumo, consider backing or sponsoring the project on
$ npm install -g lumo-cljs
```

If you get a [permission failure](https://github.com/anmonteiro/lumo/issues/206), try this:

```
$ npm install -g lumo-cljs --unsafe-perm
```

_Note: the installed binary will be named `lumo` rather than `lumo-cljs`_

### Via [Homebrew](http://brew.sh/) (macOS)
Expand Down

0 comments on commit b579ec7

Please sign in to comment.