From 2262ca66978cb055013703e2c2b8f0f5cf20ac05 Mon Sep 17 00:00:00 2001 From: Bruce Davidson Date: Tue, 14 Jan 2014 20:14:35 -0800 Subject: docs(contributing): add instructions to install grunt-cli/bower globally on unix systems Closes #5814 Closes #5811 --- docs/content/misc/contribute.ngdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. +
+**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: + + +
+ The build output can be located under the `build` directory. It consists of the following files and directories: -- cgit v1.2.3