Npx create-strapi@latest --quickstart error

I don’t understand why I am having errors creating the strapi , it’d do tiring for the past 12 hours, please help…

<@&812004048591913010>

This topic has been created from a Discord post (1269011729539399680) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Please read the rules of the server Discord

It is strictly against the rules to pong mods directly with general help questions

Also adding any information as to what the error you are getting is would let people actually be able to help you

Ohhh I am very sorry for that, how do I get to ask my question

Can I add that now or create another question without tagging mod

you can just add it to the thread

(as in here)

Ohh okay then I will be sending a screenshot right away

90% of the time if you haven’t used Strapi before it’s because you are missing some node dependencies like build-essentials on debian distros or python/ect on Windows

or you have the wrong node Version. Strapi only supports Node 18 and 20, no odd versions or non-LTS versions

OKay let me try to get my node version

fortunately for me I am using node18

I confirmed that now

This is what I have been encountering… it’s so discouraging

Please help me

Are yu there?
I have done that

your missing build tools

in your node folder within your start menu there is a script to install build tools on windows

you are missing all or most of them

Plugin Migration issues for Mux Plugin

- prefixPluginTranslations: was removed and has no replacement
- NotFound: No reference at all (including in the helper plugin migration doc)
- useOverlayBlocker: No reference at all (including the helper plugin migration doc)
- SettingsPageTitle: was removed and has no replacement
- auth: No reference at all unless it's "useAuth"
- Migration tool did not update entityService



Stuff that should work

- useNotification: was moved to @strapi/admin
- CheckPagePermissions: was moved to @strapi/admin
- useRBAC: was moved to @strapi/admin



---

Changes to do in the backend:

- Content-type Schemas should be updated
- server/controllers/mux-asset.ts: Move from es to ds
- server/controllers/mux-settings.ts: Honestly could be removed entirely if moved to file based config
- server/controllers/mux.ts: Move from es to ds
- server/routes/admin.ts: cleanup all empty policy arrays + remove routes for config if moved to file based
- server/routes/client.ts: cleanup all empty policy arrays
- server/services/mux.ts: will be really easy to switch to file-based config
- server/bootstrap.ts: cleanup of permissions related to file based config
- server/utils/config.ts: cleanup as most of this won't be needed anymore
- server/utils/index.ts: remove coreStore stuff for file-based config