Martijn Dormans

Results 16 comments of Martijn Dormans

Yis i got the exact same error. Even when I try to install npm version 6.14.13 with the command: `nodist npm 6.14.13`. So I think there is something wrong with...

You can do a quick fix by installing npm without using nodist. So by using the following command: `npm i -g npm@latest`.

> > > `nodist npm match` worked. And what npm version will it install if you use it?

Do you have to install nodist on the /c/ path. Because I currently have it installed in the Programe Files (x86) folder and that doesn't seem to work

I got the same issue, maybe bc it is an older model?

When using Chart.Pie it is not working for me at the moment. I tried withShape, withShapes and to init a new Layout with -> withLayout. But all three options is...

This works but when using ShapeType SvgPath it doesn't show. I tried using the Path parameter to give my svg path but it doesn't work. I used the following path:...

Oke i got it fixed I saw that my path contained , instead of . So every float got wrongly converted to string hence it didnt work when drawing a...

I got the same error but with different reflect classes: ``` java.lang.annotation.AnnotationFormatError: Attempt to create proxy for a non-annotation type. at java.base/sun.reflect.annotation.AnnotationInvocationHandler.(AnnotationInvocationHandler.java:53) at java.base/sun.reflect.annotation.AnnotationParser$1.run(AnnotationParser.java:307) at java.base/sun.reflect.annotation.AnnotationParser$1.run(AnnotationParser.java:304) at java.base/java.security.AccessController.doPrivileged(Native Method) at...