Home:ALL Converter>Angular 14 / windows : error while creating new project

Angular 14 / windows : error while creating new project

Ask Time:2022-07-15T03:03:46         Author:Emmanuel BRUNET

Json Formatter

Environment :

  • windows 10.0.19043 Build 19043
  • Node v14.20.0
  • npm 6.14.17
  • Angular 14.0.6

While creating a new projet with angular 14

ng new my-project

I face that error:

npm ERR! cb() never called!

there's a lot threads over internet about that issue. Some state to try clearing the npm cache and then launch again the packages installation

npm cache clear --force
npm i 

but it does not work.

Author:Emmanuel BRUNET,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/72985500/angular-14-windows-error-while-creating-new-project
yy