Skip to content

Commit 73eaf2e

Browse files
committed
Document common error when node is not sufficiently recent
1 parent 09f3c06 commit 73eaf2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
### `--env` / `tags` isn't picked up
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).
6+
7+
### I get `fs_1.promises.rm is not a function`
8+
9+
Upgrade your node version to at least [v14.14.0](https://nodejs.org/api/fs.html#fspromisesrmpath-options).

0 commit comments

Comments
 (0)