NPM Dependency Errors When Creating a New Project with Ionic CLI

I Solved using node LTS version, Unistalled node 15.5.0 version and installed 14.15.3 LTS version.

new versions:
npm version -6.14.9
node version -14.15.3
ionic version 6.12.3

Command used: ionic start test and works fine.

Thanks @rapropos

7 Likes