Open gebrial opened 6 years ago
[x] Bug report [ ] Feature request [ ] Documentation issue or request
[x] @ng-toolkit/init [ ] @ng-toolkit/serverless [ ] @ng-toolkit/universal [ ] @ng-toolkit/pwa [ ] @ng-toolkit/firebug
I run the two commands:
npm install -g @ng-toolkit/init ng new --collection @ng-toolkit/init myApp
It installs properly. From the second command I get output:
{ version: '6.0.8', skipGit: false, skipInstall: false, linkCli: false, commit: true, newProjectRoot: 'projects', inlineStyle: false, inlineTemplate: false, routing: false, prefix: 'app', style: 'css', skipTests: false, provider: 'aws', firebug: false, name: 'myApp', directory: 'myApp', viewEncapsulation: undefined, gaTrackingCode: undefined, firebaseProject: undefined }
However no new project is created.
I expected a new boilerplate project to be created.
Run the two commands:
Angular version: 6.0.8 - Node version: 8.11.4 - Platform: Linux, Ubuntu 18.04.1 LTS
@maciejtreder any?
I'm submitting a...
In package
Current behavior
I run the two commands:
It installs properly. From the second command I get output:
However no new project is created.
Expected behavior
I expected a new boilerplate project to be created.
Minimal reproduction of the problem with instructions
Run the two commands:
Environment