Skip to content

Commit

Permalink
install latest
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Jun 9, 2020
1 parent c086cec commit 03f542e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ You can also build your own custom 3D controls with functional components. Conte
[![NPM downloads](http://img.shields.io/npm/dm/react-babylonjs.svg?style=flat-square)](https://www.npmjs.com/package/react-babylonjs)

## How to Install
Until I fix issue #69 on latest 2.2, please install version 2.1.0.
```sh
$ cd <your-project-dir>
$ npm i react-babylonjs@2.1.0
$ npm i react-babylonjs
```
OR
```sh
$ cd <your-project-dir>
$ yarn add react-babylonjs@2.1.0
$ yarn add react-babylonjs
```

`react-babylonjs` *v2+* relies on the **ES6** `@babylonjs/*` NPMs. If you are want to use the `babylonjs` NPM then use the last *v1.x* of `react-babylonjs` (ie: yarn add react-babylonjs@1.0.3).
Expand Down

0 comments on commit 03f542e

Please sign in to comment.