iamcco / iamcco/markdown-preview.nvim

yarn install fails with "ERROR: There are no scenarios; must have at least one"

Open
#545 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

I have the following line in my init.vim:

Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }

But when I try to install using vim-plug, I get the this error:

**x Post-update hook for markdown-preview.nvim ... Exit status: 1**

So I tried to do it manually:
`cd ~/.local/share/nvim/plugged/markdown-preview.nvim/app`
`yarn install`

But I get this error:

**00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.**

Am I missing something?

I am running Ubuntu Linux 22.04.1 on WSL 2
I am running zsh in an Xterm

I have nodejs and yarn installed here:
/usr/bin/nodejs
/usr/bin/yarn

```
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.