You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like there are dependencies that are not set in package.json but only in yarn-lock.json. Building plugin with bun install will cause missing dependencies.
To Reproduce
Steps to reproduce the behavior:
Use cd app && bun install to build the plugin
Go to a md file and run :MarkdownPreview
Nothing happens
Run :mess to check msg
Some packages are missing
Desktop (please complete the following information):
OS: macOS Sonoma
The text was updated successfully, but these errors were encountered:
Describe the bug
Seems like there are dependencies that are not set in
package.json
but only inyarn-lock.json
. Building plugin withbun install
will cause missing dependencies.To Reproduce
Steps to reproduce the behavior:
cd app && bun install
to build the plugin:MarkdownPreview
:mess
to check msgDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: