python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem to install a older version of angular cli
I need to install a older version of angular cli.
When I use:
npm install -g angular-cli@8.3.23
This error appears:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for angular-cli@8...
user3623380
Votes: 0
Answers: 1
NG_PERSISTENT_BUILD_CACHE=1 ng serve not working
I am trying to use the persistent build cache feature provided by angular but look like its not working for me, I am trying the below command
NG_PERSISTENT_BUILD_CACHE=1 ng serve
It always returns be...

Kashif Hanif
Votes: 0
Answers: 1
cannot run angular node --version
https://angular.io/guide/setup-local#create-a-workspace-and-initial-application
node version v12.20
npm version v6.14.8
Already installed - npm install -g @angular-devkit/core --save-dev
i followe...

Pirai Sudie
Votes: 0
Answers: 0
sh: 1: node: Permission denied, install angular on WSL
I try to install angular on WSL2, I have node version 17.3.1 and npm version 8.3.0 installed.
When I type the command npm install -g @angular/cli I get this error:
npm ERR! code 127
npm ERR! path
/ro...

Daniel
Votes: 0
Answers: 3