mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 22:03:43 +00:00
docs(contributing): add instructions to install grunt-cli/bower globally on unix systems
Closes #5814 Closes #5811
This commit is contained in:
parent
cd74f74468
commit
2262ca6697
1 changed files with 10 additions and 0 deletions
|
|
@ -87,6 +87,16 @@ grunt package
|
||||||
Administrator). This is because `grunt package` creates some symbolic links.
|
Administrator). This is because `grunt package` creates some symbolic links.
|
||||||
</div>
|
</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
|
The build output can be located under the `build` directory. It consists of the following files and
|
||||||
directories:
|
directories:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue