maciejtreder / ng-toolkit

:star: Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
https://www.angular-universal-pwa.maciejtreder.com
MIT License
1.12k stars 157 forks source link

PWA Starter does not generate #459

Open gebrial opened 5 years ago

gebrial commented 5 years ago

I'm submitting a...


[x] Bug report  
[ ] Feature request
[ ] Documentation issue or request

In package


[x] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[ ] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/firebug

Current behavior

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.

Expected behavior

I expected a new boilerplate project to be created.

Minimal reproduction of the problem with instructions

Run the two commands:

npm install -g @ng-toolkit/init
ng new --collection @ng-toolkit/init myApp

Environment


Angular version: 6.0.8
- Node version: 8.11.4
- Platform:  Linux, Ubuntu 18.04.1 LTS
katusiky commented 5 years ago

@maciejtreder any?