mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Update README.md
This commit is contained in:
parent
49445c0a59
commit
dcb32585cc
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np
|
||||||
* initial setup with `npm install .`
|
* initial setup with `npm install .`
|
||||||
* compile with `npm run watch`
|
* compile with `npm run watch`
|
||||||
* test with `npm run test`
|
* 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`
|
* bundle with `npm run prepublish`
|
||||||
|
|
||||||
## Dev: Running monaco-languages from source
|
## Dev: Running monaco-languages from source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue