iamcco / iamcco/markdown-preview.nvim
Dependencies not installed correctly when building with `bun`
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 411
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
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:
1. Use `cd app && bun install` to build the plugin
2. Go to a md file and run `:MarkdownPreview`
3. Nothing happens
4. Run `:mess` to check msg
5. Some packages are missing
**Desktop (please complete the following information):**
- OS: macOS Sonoma
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.