Ben Irvin

Results 53 comments of Ben Irvin

Thanks for the report! Could you please let me know the following for both the local Strapi and the remote Strapi: - Are you using local files or a file...

I think yarn3 introduced it, it's been driving me crazy not being able to create example projects 😆 Just to confirm: the reason the existing testApp for api tests is...

`generateTestApp` sends a flag `installDependencies: false` and then when the app is run, it actually uses the node_modules folder from the root of the monorepo, and in fact any dependencies...

Yes, we will definitely add this in v5. The only reason it did not start validating in v4 with the other params is because it works a bit differently and...

Thanks for shedding light on this topic so long ago, and I'm glad to say it's finally been responsible for some movement! Closing this since it's stale and we've now...

Thanks! This has recently been fixed by https://github.com/strapi/strapi/pull/19345

> @innerdvations should this part be documented: "Strapi code should now have access to runStrapiCommand(argv) importable from strapi/lib/commands to run commands programmatically" ? I'm not sure if it's something we...

I'll need to basically rewrite this once we merge features/deits. After I have time to do that I'll reopen this.

We'll update it and see if we can get it passing soon, otherwise I'll close :)

Is anyone else able to try the fix provided in pr https://github.com/strapi/strapi/pull/19676 and confirm if it works?