We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf80f5 commit 55042cdCopy full SHA for 55042cd
docs/content/misc/contribute.ngdoc
@@ -87,6 +87,16 @@ grunt package
87
Administrator). This is because `grunt package` creates some symbolic links.
88
</div>
89
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
100
The build output can be located under the `build` directory. It consists of the following files and
101
directories:
102
0 commit comments