Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2262ca6

Browse files
darkoverlordofdatacaitp
authored andcommitted
docs(contributing): add instructions to install grunt-cli/bower globally on unix systems
Closes #5814 Closes #5811
1 parent cd74f74 commit 2262ca6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/misc/contribute.ngdoc

+10
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ grunt package
8787
Administrator). This is because `grunt package` creates some symbolic links.
8888
</div>
8989

90+
<div class="alert alert-warning">
91+
**Note:** If you're using Linux, and npm install fails with the message
92+
'Please try running this command again as root/Administrator.', you may need to globally install grunt and bower:
93+
<ul>
94+
<li>sudo npm install -g grunt-cli</li>
95+
<li>sudo npm install -g bower</li>
96+
</ul>
97+
98+
</div>
99+
90100
The build output can be located under the `build` directory. It consists of the following files and
91101
directories:
92102

0 commit comments

Comments
 (0)