elm-antique-bugfix-binary
v1.1.0
Published
The Elm Platform: Binaries for the Elm programming language.
Downloads
28
Maintainers
Readme
npm install elm
Install the Elm Platform via npm
.
Installing
Run this to get the binaries:
$ npm install -g elm
Installing behind a proxy server
If you are behind a proxy server, set the environment variable "HTTPS_PROXY".
$ export HTTPS_PROXY=$YourProxyServer$
$ npm install -g elm
Or on Windows:
$ set HTTPS_PROXY=$YourProxyServer$
$ npm install -g elm
Troubleshooting
- Troubleshooting npm
- On Debian/Ubuntu systems, you may have to install the nodejs-legacy package:
apt-get install nodejs-legacy
. - If the installer says that it cannot find any usable binaries for your operating system and architecture, check the Build from Source documentation.
Getting Started
Once everything has installed successfully, head over to the Get Started page!