CentreForDigitalHumanities / cookiecutter-webapp-deluxe

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Breaks when generating using newer Angular CLI #6

Closed oktaal closed 4 years ago

oktaal commented 4 years ago

Triggered a recompile and the generation breaks: https://travis-ci.org/UUDigitalHumanitieslab/cookiecutter-webapp-deluxe

It might be useful to check/enforce a certain version. See #4

jgonggrijp commented 4 years ago

Suggestion: install angular CLI to the local node_modules and use that.

oktaal commented 4 years ago

Maybe something like:

npx-p @angular/cli@7 ng new $PROJECT_NAME

Could work.

jgonggrijp commented 4 years ago

Yes or maybe just yarn ng new if you include it in the devDependencies.