-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strapi: Error when building from workspace root #176
Comments
Hi, can you make sure you use the latest Thanks for the repo but I don't see any Strapi projects? |
Hey, sorry forgot to add a commit with it 🤦♀️. Now it's there. The example repo should use 7.0.1. |
I see the issue, Strapi complelty changed their build pipeline which is now causing issues. If you dowgrade strapi to |
Alright, thanks for letting me know, I will try to downgrade Strapi then and see if that works. |
Downgraded Strapi and related plugin packages to "4.15.0" (strict dependency) in the example project and my real project - it's unfortunately still the same |
Hi, thanks a lot for the great software!
I noticed that when i run
npx nx run <package-name>:build
in the workspace root, i get an error:Here's a repro using the latest nx: https://github.com/certainlyakey/nx-extendstrapi-repro/. However, the same error (just with
./dist/commands/builders
) appears for me even when downgrading to @nx-extend/strapi 6.1.8 and nx 16.The build command works fine when run in the package folder as
npm run build
(although on first launch it asks twice to install the admin dependencies).The text was updated successfully, but these errors were encountered: