node-elm-compiler : A Node.js interface to the Elm compiler binaries. Supports Elm version 0.17, 0.18. You can installing node-elm-compiler 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 node-elm-compiler $ sudo npm install -g node-elm-compiler
If want to update the node-elm-compiler package execute the command as below,
$ sudo npm update node-elm-compiler
Update package globally,
$ npm install -g node-elm-compiler
$ sudo git clone https://github.com/rektide/node-elm-compiler.git
$ sudo npm install -g ./node-elm-compiler
node-elm-compiler@4.3.3 /usr/lib/node_modules/node-elm-compiler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-elm-compiler
| Package Name | node-elm-compiler |
| Version | 4.3.3 |
| Description | A Node.js interface to the Elm compiler binaries. Supports Elm version 0.17, 0.18 |
| Released Date | 2017-09-01T17:45:27.338Z |
| Published by | rtfeldman |
| How to Learn | https://www.npmjs.com/package/node-elm-compiler/tutorial |