Socket
Socket
Sign inDemoInstall

@influential/elm

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influential/elm

The Elm Platform: Binaries for the Elm programming language.


Version published
Weekly downloads
3
Maintainers
4
Weekly downloads
 
Created
Source

npm install elm Travis build Status AppVeyor build status

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

  1. Troubleshooting npm
  2. On Debian/Ubuntu systems, you may have to install the nodejs-legacy package: apt-get install nodejs-legacy.
  3. 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!

Keywords

FAQs

Package last updated on 21 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc