Closed ColeDCrawford closed 8 months ago
I was able to fix this locally and resolve the rimraf
error, it required removing the vue example from the top level npm workspace.
But it does appear to still be broken in codesandbox, which seems to be a different error that I do not see locally.
The error there being @vnode-* hooks in templates are no longer supported. Use the vue: prefix instead.
But as far as I can tell we're not using an @vnode-*
hooks, not too familiar with Vue myself to know if this error is a red herring for something else.
Mentioned in https://github.com/elastic/search-ui/issues/1008, but that was closed without addressing this. Tagging @TattdCodeMonkey and @joemcelroy from that issue.
Describe the bug The Vue demo will not compile.
To Reproduce Steps to reproduce the behavior:
Internal server error: @vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.
v16.14
- lots ofEBADENGINE
warning level build errors due to packages requiring v18+. But the core failure looks to be this:This looks like an issue with the
rimraf
library?Expected behavior The Vue example should build and run.
Screenshots