From 8e7b51db62b25fe1ae35f61deed5be2c2e0b7568 Mon Sep 17 00:00:00 2001 From: Michael Cole Date: Fri, 20 Nov 2020 14:58:23 -0600 Subject: [PATCH] Update README.md mongodb-runner has a node 14 problem. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b500230c13..a2b466b23c 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ $ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongo ``` ***Note:*** *If installation with* `-g` *fails due to permission problems* (`npm ERR! code 'EACCES'`), *please refer to [this link](https://docs.npmjs.com/getting-started/fixing-npm-permissions).* +***Note:*** `mongodb-runner` [may need node <= 12](https://github.com/mongodb-js/runner/issues/177) ### Inside a Docker container