<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Angular CLI on Linux	</title>
	<atom:link href="https://www.tecmint.com/install-angular-cli-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-angular-cli-on-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 21 Mar 2023 05:57:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1433099</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 09:32:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33346#comment-1433099</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1432330&quot;&gt;Stewart&lt;/a&gt;.

@Stewart

You can either create the directory or install it in a directory of your choice e.g /var/www(this directory exists by default).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1432330">Stewart</a>.</p>
<p>@Stewart</p>
<p>You can either create the directory or install it in a directory of your choice e.g /var/www(this directory exists by default).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stewart		</title>
		<link>https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1432330</link>

		<dc:creator><![CDATA[Stewart]]></dc:creator>
		<pubDate>Wed, 10 Feb 2021 12:16:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33346#comment-1432330</guid>

					<description><![CDATA[These instructions don&#039;t really get me anywhere.  The issues I am having are not programming problems but assumptions made in the article which are not valid.  e.g. this command doesn&#039;t work
&lt;pre&gt;
# cd /var/www/html/
&lt;/pre&gt;
This directory does not exist on my Linux Mint setup.  Is this an unsatisfied dependency? (If so what?)  Is there a step to be carried out before I start your instructions? (If so what?)

I can&#039;t really get onto step 1, even.]]></description>
			<content:encoded><![CDATA[<p>These instructions don&#8217;t really get me anywhere.  The issues I am having are not programming problems but assumptions made in the article which are not valid.  e.g. this command doesn&#8217;t work</p>
<pre>
# cd /var/www/html/
</pre>
<p>This directory does not exist on my Linux Mint setup.  Is this an unsatisfied dependency? (If so what?)  Is there a step to be carried out before I start your instructions? (If so what?)</p>
<p>I can&#8217;t really get onto step 1, even.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1336595</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 06:01:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33346#comment-1336595</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1336541&quot;&gt;sunil&lt;/a&gt;.

@sunil

Try to run the following command in the directory of your application:
&lt;pre&gt;
$ ng build
&lt;/pre&gt;
Then watch at the console if any errors are displayed.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1336541">sunil</a>.</p>
<p>@sunil</p>
<p>Try to run the following command in the directory of your application:</p>
<pre>
$ ng build
</pre>
<p>Then watch at the console if any errors are displayed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sunil		</title>
		<link>https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1336541</link>

		<dc:creator><![CDATA[sunil]]></dc:creator>
		<pubDate>Thu, 04 Jun 2020 12:59:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33346#comment-1336541</guid>

					<description><![CDATA[Hi,

&lt;code&gt;sudo ufw allow 4200/tcp&lt;/code&gt;, after this command I unable to open &lt;code&gt;http://localhost:4200/&lt;/code&gt;, I am getting &lt;strong&gt;Cannot GET /&lt;/strong&gt; error.

kindly suggests to me how to open in the browser.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><code>sudo ufw allow 4200/tcp</code>, after this command I unable to open <code>http://localhost:4200/</code>, I am getting <strong>Cannot GET /</strong> error.</p>
<p>kindly suggests to me how to open in the browser.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1212770</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 29 Jul 2019 05:04:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33346#comment-1212770</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1212133&quot;&gt;William Best&lt;/a&gt;.

@William

Oh yes, we have covered NVM before: https://www.tecmint.com/nvm-install-multiple-nodejs-versions-in-linux/. Thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1212133">William Best</a>.</p>
<p>@William</p>
<p>Oh yes, we have covered NVM before: <a target="_blank" href="https://www.tecmint.com/nvm-install-multiple-nodejs-versions-in-linux/" rel="ugc">https://www.tecmint.com/nvm-install-multiple-nodejs-versions-in-linux/</a>. Thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
