From a50750bfd102ec295ae31c5f48d61b7b8b111f7e Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 24 Apr 2020 14:09:05 +0800 Subject: [PATCH] add troubleshooting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0243b58..bb90450 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,10 @@ Loads a GLSL shader. See [gl.json5](https://github.com/mifi/editly/blob/master/e - `fragmentPath` - `vertexPath` (optional) +## Troubleshooting + +- 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)) + ## See also - https://github.com/transitive-bullshit/awesome-ffmpeg