I am running Manjaro Linux and had the same issue.
Solved with this stack overflow thread:
elaborating on it:
- in your strapi folder, go to → node_modules/strapi-admin/webpack.config.js
- locate the line → require.resolve(’@babel/preset-env’)
- replace it with [require.resolve(’@babel/preset-env’),{ targets: “defaults” }],
- run the command - npm run dev
your strapi app will work as normal.