Andreas Schönefeldt

Results 26 comments of Andreas Schönefeldt

I managed to pull it anyway via: ``` js { [...] "dependencies": { "elevatezoom" : "[email protected]:elevateweb/elevatezoom#master" } } ``` The bower.json would never the less be more convenient, because this...

I know this is a super old thread, but if somebody else stumbles with the same question from google on it: The contrib modules, already register tasks with this name,...

btw, I agree, that grunt should throw at least a warning, if a task name is used twice.

The module is recognized now, but it still throws a dramatic compilation error on the app.use() part: ``` ERROR Failed to compile with 1 error 5:56:00 PM This dependency was...

I would say in your type `dist/LottieAnimation.d.ts`, it could be changed to ``` declare const _default: { install: PluginInstallFunction }; ``` The error go away, if I change it like...

Hi @garbit, I have to thank for you swift replies! We are running on `"vue": "^3.2.27",` (actual version used is still 3.2.27), but I'll try to see tomorrow, if there...

Hi @garbit, so if I upgrade to `"vue": "^3.2.31",` the lottie error is gone, but my other dependencies (like vue-router...) are then going crazy ;) I'll try to work this...

How interesting... It looks like it is connected to yarn and yarn workspaces which we are using... I keep you posted.

brr, I changed vue now in all yarn workspaces to `"vue": "^3.2.29",` and I'm back now to ``` This dependency was not found: * lottie-web-vue in ./src/main.ts To install it,...