Migration from 4.4.3 to 4.4.5

Need help.

not using Typescript yet
node v16.20.2
npm v8.19.4

I follow this guide Migrate from 4.4.3 to 4.4.5 | Strapi Documentation

but as I do npm run build I am having this error

Error: Transform failed with 1 error:
main.aa44b839.js:120988:18: ERROR: Transforming async generator functions to the configured target environment (“es2015”) is not supported yet

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

mh, having the exact same issues nowwhen running strapi build.

1 Like

have you got a solution for thi?

Its been a while but I remember updating my node to v16.20.2
Then I added files into root directory: babel.config.js and webpack.config.js then save its dependencies
but in the newer strapi v4.15.5 and up I deleted these.

is there any update on this?
using typescript
node:v18.19.1
I am assuming it’s an issue with these two

"strapi-plugin-slugify": "^2.3.1" ```

can anyone help here?