I got following Error while installing the devtools package with npm: ``` npm error code EUNSUPPORTEDPROTOCOL npm error Unsupported URL Type "workspace:": workspace:* ``` Workaround was to add this in package.json: ` "overrides": { "@vue-dnd-kit/core": "^1.7.0" } `