nstudio / xplat

Cross-platform (xplat) tools for Nx workspaces.
MIT License
365 stars 52 forks source link

Missing project.json file in Ionic project #324

Open nx-irvin opened 11 months ago

nx-irvin commented 11 months ago

Hi! I recently upgraded to the latest version of @nstudio/xplat ( 16.5.9 ) and when creating a new Ionic app using the commands from the Quickstart guide it doesn't have the project.json file without which I can't run any nx commands. It just creates a simple Ionic Angular project.

NathanWalker commented 11 months ago

Hi @nx-irvin thank you for this - I believe after creation you can run nx g @nrwl/workspace:convert-to-nx-project --all to add it?

We'll check that one but lemme know if that adds it.