From 711513d83c99b21d5b9ac369dee4c203e46a4e8e Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 3 May 2020 00:01:55 +0800 Subject: [PATCH] add note #35 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea0fe25..4937a0a 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ Loads a GLSL shader. See [gl.json5](https://github.com/mifi/editly/blob/master/e - If you get `Error: The specified module could not be found.`, try: `npm un -g editly && npm i -g --build-from-source editly` (see [#15](https://github.com/mifi/editly/issues/15)) - If you get an error about gl returning null, see Requirements. +- If you get an error `/bin/sh: pkg-config: command not found`, try to use newest Node.js LTS version ## See also