From 06afa62cde5ca7372548f891c2d80919a8334e37 Mon Sep 17 00:00:00 2001 From: Russell Davis <551404+russelldavis@users.noreply.github.com> Date: Fri, 7 Jun 2019 14:47:59 -0700 Subject: [PATCH] Add required `npm run compile` step to development instructions Without this, `release/dev/lib/typescriptServices.js` won't exist, resulting in errors. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b942e88..2b3e1ac8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np * `git clone https://github.com/Microsoft/monaco-typescript` * `cd monaco-typescript` * `npm install .` +* `npm run compile` * `npm run watch` * open `$/monaco-typescript/test/index.html` in your favorite browser.