Skip to content

Commit bdac86e

Browse files
committed
Install instructions in FAQ
This comes up from time to time.
1 parent 302dd7e commit bdac86e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
This might be because you're trying to specify `-e / --env` multiple times, but [multiple values should be comma-separated](https://docs.cypress.io/guides/guides/command-line#cypress-run-env-lt-env-gt).
66

7+
---
8+
79
### I get `fs_1.promises.rm is not a function`
810

911
Upgrade your node version to at least [v14.14.0](https://nodejs.org/api/fs.html#fspromisesrmpath-options).
12+
13+
---
14+
15+
### I get `spawn cucumber-json-formatter ENOENT`
16+
17+
You need to install `cucumber-json-formatter` **yourself**, as per [documentation](json-report.md).

0 commit comments

Comments
 (0)