I am completely stuck on ‘installing dependencies’ (1 hour thus far) after running ‘npx create-strapi-app@latest’ in both VS Code terminal (bash) and with node.js command prompt.
Building your admin UI with development configuration …
Webpack █████████████████████████ building (61%) 1/1 entries 130/140
dependencies 33/94 modules 61 active
node_modules\react-router-dom\cjs\react-router-dom.min.js
ModuleNotFoundError: Module not found: Error: Can’t resolve ‘@strapi/design-system/themes’ in ‘D:\Documents\Web Development\Courses\Strapi Crash Course with React and GraphQL\reviews-app\backend.cache\admin\src’…
I had same problem, and I talked to @DMehaffy about it and he told me that they know about the problem and for now node >= 16 isn’t supported. Strapi will solve this soon.
I had same issue with my project and I solved by downgrading the npm to v7.24.2, maybe the same will be available for v4. The npm v8.0 is in fact some alfa version, they stripped out programmatic api.
Hello there, I just wanted to add to this post. I had this same problem and was able to resolve it by updating NPM using this command: npm install -g npm@latest. Hope this helps!
1 year later and still the same issue (windows 11 & visual code, npm 9.2.0)
Impossible to install with : npx create-strapi-app@latest my-project
Error log : impossible to install dependencies etc…