Closed HackPoint closed 6 years ago
Hi, did you solve it? I have the same issue like you.
@jesusvalenzuelar nope. Removed nrwl and went angular6 it's already built-in.
Ok, yes of course I saw Angular 6 has the same features. But I tried nwrl because I am working on an existing app in angular 5 and I have to do some refactors. Well I'll consider to change to angular 6 instead.
Thnaks.
@jesusvalenzuelar I would suggest you to do so. Because guys from nwrl aren't responsive about their issues. I tried to ask the same question in SO also got no answer. So just go to the original. Anyway just remove this framework.
@HackPoint @jesusvalenzuelar Apologize for the late response. We have rotation to check nx repo issues but not for the example repo. Next time post there please.
For the issue you are having. You have to be inside an nx workspace to be able to create an app.
sudo npm i @angular/cli -g
sudo npm i @nrwl/schematics -g
sudo npm i @ngrx/schematics -g
ng new workspace --collection @nrwl/schematics
ng generate app any-application --routing --style=scss
$ - ng generate app @any-application --routing --style=scss
Throws exception: