kevva / elm-bin

elm-platform bin-wrapper that makes it seamlessly available as a local dependency
MIT License
18 stars 5 forks source link

Symlinking `nodejs` to `node` required to install on Debian #18

Closed rtfeldman closed 9 years ago

rtfeldman commented 9 years ago

Per https://groups.google.com/forum/#!topic/elm-discuss/xhlUryDxs7w - apparently this fails on Debian:

sudo npm install --global elm

...but this works:

sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install --global elm
kevva commented 9 years ago

sudo apt-get install nodejs-legacy