From 0aefa7718e2ad9561007598e2021a2eb30247c99 Mon Sep 17 00:00:00 2001 From: Tom Lieber Date: Sun, 16 Nov 2014 16:09:37 -0800 Subject: [PATCH] install dependencies for the outer project too Without the additional `npm install` step, gulp prints several instances of: ``` [16:04:57] gulp-notify: [Compile Error] Cannot find module 'react/addons' from '/Users/tom/src/material-ui/src/js' ``` and the page that opens has no content. --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 38c9ca6c6e00b9..03c983d19cc140 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,6 +5,8 @@ This is the documentation site for [Material-UI](http://callemall.github.io/mate ## Development Installation Notes After cloning the repository, install dependencies: ``` +cd /material-ui +npm install cd /material-ui/docs npm install npm install -g gulp