Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the angular-cli package directory?

I'm trying to create a new Angular CLI project stub as instructed in the IntelliJ docs here Generating an Angular application stub using Angular CLI. One of the mandatory fields asks for the Angular CLI package directory.

I have no idea what this is or where to find this.

enter image description here

like image 526
AndyRED Avatar asked Jun 07 '17 10:06

AndyRED


1 Answers

As it's written in https://www.jetbrains.com/help/idea/2017.1/using-angular.html#d461255e133, you need to install angular-cli module first: npm install -g @angular/cli.

Once the package is installed, specify a path to it in Angular CLI field. In your environment, it should be smth like C:\Users\andyrh3\AppData\Roaming\npm\node_modules\@angular\cli

like image 164
lena Avatar answered Oct 12 '22 11:10

lena