develmusa

Results 3 comments of develmusa

@Sartori-RIA Thanks, you put me on the right track. I made it work with the following configuration. **src/@types/vue2-google-maps.d.ts** ```ts declare module "vue2-google-maps" { import { PluginFunction } from "vue"; export...

After testing different openjdk versions, I can confirm the problem. OpenJDK Java 8 => No Exception OpenJDK Java 10/11/13 => Exception

The problem goes even further when there are two different versions of the same package required by a third one. ```toml [[package]] name = "packageA" version = "1.0.0" [[package]] name...