From 59f8274eb2559fa68e8d11a2f87ab74232cd5aee Mon Sep 17 00:00:00 2001 From: Michal Tehnik Date: Wed, 11 Feb 2015 09:06:17 +0000 Subject: [PATCH] Remove react version at npm install Reason is when I tried to install it with react version 0.10.0 it doesn't work. "Peer react-bootstrap@0.13.3 wants react@>=0.12" --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index ff17242e..386a3707 100644 --- a/getting-started.html +++ b/getting-started.html @@ -1,4 +1,4 @@ -React Bootstrap

Getting started

An overview of React-Bootstrap and how to install and use.

You can import the lib with as AMD modules, CommonJS modules as a global JS script.

First add the Bootstrap CSS to your project; check here if you have not already done that. Then:

CommonJS

  $ npm install react@v0.10.0
+React Bootstrap

Getting started

An overview of React-Bootstrap and how to install and use.

You can import the lib with as AMD modules, CommonJS modules as a global JS script.

First add the Bootstrap CSS to your project; check here if you have not already done that. Then:

CommonJS

  $ npm install react
   $ npm install react-bootstrap
                     
  var Alert = require('react-bootstrap/Alert');
   // or