Skip to content

Commit

Permalink
add note about supported npm version
Browse files Browse the repository at this point in the history
closes #15
  • Loading branch information
sly7-7 committed Nov 8, 2016
1 parent 378dc85 commit b9d7f0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Ember shim for loading `d3@4.x.x`. To install:

First, make sure you're running on npm > 2, by running `npm -v`.
If it's not the case then run
```
npm i -g npm@3
```

Then
```
ember install ember-d3
```
Expand Down

0 comments on commit b9d7f0a

Please sign in to comment.