We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vite-plugin-md/package.json
Line 100 in 160fe16
vite-plugin-md
pnpm install
Local dependency not found at /path/to/vite-plugin-md/ ..
It should be "vite-plugin-md": "link:..", (no whitespace between : and ..).
"vite-plugin-md": "link:..",
:
..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vite-plugin-md/package.json
Line 100 in 160fe16
vite-plugin-md
package is depending on itself. Does it make sense? IMO, it shouldn't be.pnpm install
:It should be
"vite-plugin-md": "link:..",
(no whitespace between:
and..
).The text was updated successfully, but these errors were encountered: