From dcb32585cca9689cc4b075c57149ab2c415ad854 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 20 Jun 2016 15:17:13 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57453a22..3d37200c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np * initial setup with `npm install .` * compile with `npm run watch` * test with `npm run test` + * There is a problem with nls.js while running under the test environment. If you get `Uncaught Error: Evaluating node_modules/monaco-editor-core/dev/vs/nls.js as module "vs/nls" failed with error: TypeError: Cannot read property 'Plugin' of undefined` you must edit for now `$/node_modules/monaco-editor-core/dev/vs/nls.js` and around line 27 use `var global = _nlsPluginGlobal || {};`. A fix will come soon. * bundle with `npm run prepublish` ## Dev: Running monaco-languages from source