Closed wstidolph closed 2 years ago
Thanks for reporting this @wstidolph - likely a modified api with 13.4.x series. I'll investigate and put a minor version out with a fix in next couple days. In meantime you can use prior minor version:
npx create-nx-workspace@13.3.12 upper
closed via https://github.com/nstudio/xplat/pull/288 published with @nstudio/xplat 13.4.x
Thanks - this is great!
Just FYI, on repeating above to create an Ionic app I get:
[NX] Angular devkit called `writeWorkspace`, this may have had unintended consequences in workspace.json
[NX] Double check workspace.json before proceeding
To my eye, workspace.json looks sane, and the generated app runs as expected.
I noticed that, looks to be harmless warning. Nx has moved to @nrwl/devkit as a wrapper around angular's devkit and we're currently revamping all these tools to use @nrwl/devkit solely and no longer use angular's devkit directly which will probably make that warning go away in future.
Create a brand new 'empty' workspace (NX ver 13.4.1), install xplat, attempt to generate app (tried both ionic, and plain web/angular):