System Information
- Strapi Version: “4.1.7”,
- Operating System: MacOs
- Database: SQLLite or Mysql
- Node Version: v16.14.2 also tried with latest
- NPM Version: “^6.14.13”, also tried with ^8
- Yarn Version: 1.22.18
- Webpack Version: “^5.72.0”
Hi,
we are getting blank admin page and error in browser:
Uncaught ReferenceError: regeneratorRuntime is not defined
at main.eed51f54.js:10011:87836
at Object.423 (main.eed51f54.js:10011:88734)
at e (main.eed51f54.js:10011:94929)
at Object.1261 (main.eed51f54.js:10011:68211)
at e (main.eed51f54.js:10011:94929)
at Object.9321 (main.eed51f54.js:10011:77900)
at e (main.eed51f54.js:10011:94929)
at main.eed51f54.js:10011:94955
at main.eed51f54.js:10011:37
at Object.94344 (main.eed51f54.js:10011:1685)
I’ve been trying to fix this because there is a lot of topic regarding this problem for babel but… I couldn’t reach that place in code because it is placed inside node_modules and strapi babel dependency not whole project dependency.
I’ve already removed /.cache and /build and /node_modules
and running: npm run install and npm run develop
several times trying different solutions and nothing helps
with yarn I was getting some errors during yarn develop so I’ve ended up with npm
Do you have any idea/ solutions? Or maybe previews version of strapi will be fine?