monaco-editor : A browser based code editor. You can installing monaco-editor npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install monaco-editor $ sudo npm install -g monaco-editor
If want to update the monaco-editor package execute the command as below,
$ sudo npm update monaco-editor
Update package globally,
$ npm install -g monaco-editor
$ sudo git clone https://github.com/rektide/monaco-editor.git
$ sudo npm install -g ./monaco-editor
monaco-editor@0.10.1 /usr/lib/node_modules/monaco-editor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall monaco-editor
Package Name | monaco-editor |
Version | 0.10.1 |
Description | A browser based code editor |
Released Date | 2017-10-16T08:24:50.256Z |
Published by | alexandrudima |
How to Learn | https://www.npmjs.com/package/monaco-editor/tutorial |