diff options
| author | Bruce Davidson | 2014-01-14 20:14:35 -0800 | 
|---|---|---|
| committer | Caitlin Potter | 2014-01-17 15:51:29 -0500 | 
| commit | 2262ca66978cb055013703e2c2b8f0f5cf20ac05 (patch) | |
| tree | 30f31bf3ddb84a2f71cf5c8ffe516cd6930d290a | |
| parent | cd74f7446822189929270643ce7c4dc9eb7fa36a (diff) | |
| download | angular.js-2262ca66978cb055013703e2c2b8f0f5cf20ac05.tar.bz2 | |
docs(contributing): add instructions to install grunt-cli/bower globally on unix systems
Closes #5814
Closes #5811
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 6713a06f..5c7c2601 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -87,6 +87,16 @@ grunt package  Administrator). This is because `grunt package` creates some symbolic links.  </div> +<div class="alert alert-warning"> +**Note:** If you're using Linux, and npm install fails with the message  +'Please try running this command again as root/Administrator.', you may need to globally install grunt and bower: +<ul> +<li>sudo npm install -g grunt-cli</li> +<li>sudo npm install -g bower</li> +</ul> + +</div> +  The build output can be located under the `build` directory. It consists of the following files and  directories: | 
