New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@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.

0.18.3
latest
Source
npm
Version published
Weekly downloads
14
1300%
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

  • 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!

Keywords

bin

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