Comments on: How to Install Angular CLI on Linux https://www.tecmint.com/install-angular-cli-on-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 21 Mar 2023 05:57:22 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1433099 Thu, 11 Feb 2021 09:32:04 +0000 https://www.tecmint.com/?p=33346#comment-1433099 In reply to Stewart.

@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).

]]>
By: Stewart https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1432330 Wed, 10 Feb 2021 12:16:50 +0000 https://www.tecmint.com/?p=33346#comment-1432330 These instructions don’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’t work

# cd /var/www/html/

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’t really get onto step 1, even.

]]>
By: Aaron Kili https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1336595 Fri, 05 Jun 2020 06:01:20 +0000 https://www.tecmint.com/?p=33346#comment-1336595 In reply to sunil.

@sunil

Try to run the following command in the directory of your application:

$ ng build

Then watch at the console if any errors are displayed.

]]>
By: sunil https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1336541 Thu, 04 Jun 2020 12:59:27 +0000 https://www.tecmint.com/?p=33346#comment-1336541 Hi,

sudo ufw allow 4200/tcp, after this command I unable to open http://localhost:4200/, I am getting Cannot GET / error.

kindly suggests to me how to open in the browser.

]]>
By: Aaron Kili https://www.tecmint.com/install-angular-cli-on-linux/comment-page-1/#comment-1212770 Mon, 29 Jul 2019 05:04:00 +0000 https://www.tecmint.com/?p=33346#comment-1212770 In reply to William Best.

@William

Oh yes, we have covered NVM before: https://www.tecmint.com/nvm-install-multiple-nodejs-versions-in-linux/. Thanks for the feedback.

]]>