Comments on: How to Install Angular CLI on CentOS/RHEL 8/7/6 https://tecadmin.net/install-angular-cli-on-centos/ How to guide for System Administrator's and Developers Thu, 28 May 2020 12:18:38 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Craig Heartwell https://tecadmin.net/install-angular-cli-on-centos/#comment-50937 Thu, 28 May 2020 12:18:38 +0000 https://tecadmin.net/?p=18779#comment-50937 this seems to install such that everything thereafter requires sudo – not acceptable. but since yum requires sudo, how do we fix this? Also does not work completely (at least on my clean RHEL7 server). npm then requires both sudo and overrides such as: sudo npm install -g @angular/cli –unsafe-perm=true

end result is unusable root-only installs

]]>
By: Rahul https://tecadmin.net/install-angular-cli-on-centos/#comment-45258 Fri, 06 Mar 2020 12:34:14 +0000 https://tecadmin.net/?p=18779#comment-45258 Hi Giri, use the command as:

npm install -g @angular/cli@6
]]>
By: Giri https://tecadmin.net/install-angular-cli-on-centos/#comment-45256 Fri, 06 Mar 2020 11:54:22 +0000 https://tecadmin.net/?p=18779#comment-45256 npm install -g @angular/cli this command taking latest version of angular but i need angular 6 in sysytem.

]]>