Phillip Plum

Results 7 comments of Phillip Plum

Look at this issue: https://github.com/avenirer/CodeIgniter-MY_Model/issues/97

Server-Version: 2022.8.4 is working **with changes**! You have to switch to dotnet 6.0.

> > Server-Version: 2022.8.4 is working **with changes**! You have to switch to dotnet 6.0. > > Could you maybe explain how you managed to get it working? I am...

Hello @johannesschobel, I have now played around with the xplat architecture. When I not using the xplat architecture, in the app folder the `tsconfig.json` only has ``` "paths": { "@angular/*":...

> @phillipplum why would you need to add the lines manually in tsconfig.json? > Generating with or without xplat architecture sets up your tsconfig in the app correctly as mentioned...

Yes, thats right. But when you look in this line: https://github.com/nstudio/xplat/blob/223013cc27ea57f319223660fa36fa97d509431e/packages/ionic-angular/src/schematics/application/index.ts#L78 xplat add the clean script to the package.json with `npm i`. If i use `yarn` it would be great...

I think its only need to support this packages: npm, yarn, pnpm. When you look to nx, in this file is a package detection: https://github.com/nrwl/nx/blob/607bcfdeb28bd3d85ce03606cf1e3eeb2df53843/packages/workspace/src/utils/detect-package-manager.ts#L4 I think there is no...