(node:5324) [DEP0170] DeprecationWarning: The URL git+https://github.com:ModyQyW/vite-plugin-stylelint.git is invalid. Future versions of Node.js will throw an error.
(Use `node --trace-deprecation ...` to show where the warning was created)
I suspect the repository address in package.json is incorrect; it should be / instead of : .
Reproduction
After installing this plugin in the project, running pnpm dlx auditjs ossi --dev --xml will reproduce the error.
Describe the bug
When using auditjs, the following error occurs
I suspect the repository address in package.json is incorrect; it should be
/
instead of:
.Reproduction
After installing this plugin in the project, running
pnpm dlx auditjs ossi --dev --xml
will reproduce the error.System Info
Used Package Manager
pnpm
Validations