Error when accessing strapi /admin page

Hi @jtvdw

As answered in the post in the link below:

Post: npm-run-develop-strapi-admin-panel-console-error-regeneratorruntime

I had to downgrade Node to LTS version 16.19.0. It then installed npm v8.19.3. Previously I had the latest version of Node 18.x.x

Use guide to downgrade: NVM for Windows – How to Download and Install Node Version Manager in Windows 10

Then when I ran npx create-strapi-app@latest backend --quickstart, it ran successfully and the Strapi admin page loaded in localhost server.


However, as being discussed in a different post related to the same topic below:

Post: errors-when-creating-strapi-app-using-the-command-npx-create-strapi-app-latest-backend-quickstart

Downgrading can work but you actually need build tools
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe failed with exit code: 1

Thank you for downloading Visual Studio - Visual Studio since your build tools is older then your node version hence why it might work with older versions.

Also a small tip don’t use OneDrive to have your projects 1, it takes massive space you might also get time outs as windows tries to write to disk and sync to the sky.

I hope this helps. :slight_smile:

1 Like