-
Hey Guys, I cloned the demo and tried to run it with Vue3 following the instructions above. ` ERROR Failed to compile with 1 errors
Any thoughts on how to fix this? it could be my lack of understanding of vue3 as I just started working with it. Thank you in advance. g. Originally posted by @djeetee in #135 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @djeetee, I moved your comment here since it didn't really fit into the other issues. No worries though. To me, it looks like you are running a Vue 2 project (https://github.com/djeetee/BaklavaJSv1.xDemo). But you are also using the Vue 2 version of Baklava so it looks fine to me and I can also run your CodeSandbox. Can you confirm the issue still exists? |
Beta Was this translation helpful? Give feedback.
a quick update.
I created a brand new Vu3 project. I use Vita btw.
Cleaned it up from the standard install files & components.
Copied the source files from your v2 demo.
then...
npm install
vite
it seems that did the job. I can launch the project and i can see the nodes editor.
Yay!
I'm hoping I could use Baklava in my project. Time to experiment.
Thank you again.