Whenever I tried using
ng new --collection=@nativescript/schematics --name=my-app --shared
OR
Any of the other command line commands to generate a project in which I can
develop PWA app (Web + Mobile) it also ends with error as follows -
the schematic workflow failed.
I have installed latest versions of
NPM
Angular cli
Nativescript cli
nativescript/schematics
I am doing this on windows 8
Anybody know what the problem is?
Have searched online but have failed to get a solution. Thanks.