Vue-Component Build Error

Hi there,

I tried to build my first custom block with single-file-component with this guide:

…and get this error in the build process:

is it a problem with the plugin-code or with the configuration of my local server?

I use Laravel Herd on a Macbook, and like written in the guide, I thought Kirbyup works out of the box with no install right? What might help: On the first run of npm I got many warnings with the vite versions and that vue2 is deprecated - could it have something to do with it?

Tanks a lot,

Matthias

What is your node version?

Hi Sonja, you directly found the mistake! Thanks! :slight_smile:

I have another question about kirbyup: What is the best practice of installing Kirbyup? Or in other words: WHERE should I install it? to the root-folder of the project? to every single plugin-folder? How you do that?

Thanks! Matthias