angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

path does not exist #7

Closed jlabaj closed 4 years ago

jlabaj commented 4 years ago

What am I missing?

ng g @angular-architects/ddd:domain admin --add-app Path "/libs/admin/domain/src/lib/admin-domain.service.ts" does not exist.

jlabaj commented 4 years ago

solved by starting from the beginning: npx create-nx-workspace@latest

update nx nx upgrade @nrwl/workspace npm i @nrwl/angular if still problems switch the node version to 10 or 12

ng add @angular-architects/ddd