Florian Hammer
Florian Hammer
Even when you run npm install in the linked project you can get in strange errors because the dependency is using his own node_modules. I.e.: When project_a using a node_modules...
Explicit include all files you want to have in the coverage. Add this to yout package.json and update the path to the src directory ```json "nyc": { "include": [ "src/**/*.ts",...
This is no error. Some of the open source community relies on funding. If you want to help the developer. Running `npm fund` will list all modules or packages that...
@Syfele It seems dead. We also use it on our main web project and decided to remove it. Still figuring out a good way on how to. It hinders us...
Try adding the tolerance property. The types are wrong. See https://github.com/clauderic/dnd-kit/issues/812