ALL your demos do NOT work on the website

Author: devhaocuiCreated Feb 14, 2026Updated Feb 14, 2026

What happened?

Image

ALL of your live demos do not work and fails to run. This is a big problem for any new users finding your project. I used google Chrome on MacOS and Windows 11, Then i used brave browser on PC. Same result.

Reproduction steps

  1. Go to your website
  2. Watch build fail.

quick workaround is if i remove node_modules and reinstall it in the stackbliz terminal

rm -rf node_modules rm package-lock.json npm install npm run dev

Version

Vue.js 3.x and vee-validate 5.x

What browsers are you seeing the problem on?

  • Firefox
  • Chrome
  • Safari
  • Microsoft Edge

Relevant log output

bash

Demo link

https://stackblitz.com/edit/vee-validate-v4-hoc-multi-step-form-skcwfa9a?file=src%2FApp.vue

Code of Conduct