On Monday, May 8, 2017 at 8:39:57 PM UTC+1, Rupert Smith wrote: > > On Friday, May 5, 2017 at 11:52:09 AM UTC+1, Gusztáv Szikszai wrote: >> >> I've been working on this in the last few days, and published 1.0.0 >> <https://github.com/gdotdesign/elm-github-install/releases/tag/v1.0.0> >> of *elm-github-install* which handles using a fork (or any other git >> repository for a package) and using a local directory. If anyone tries this >> out some feedback would be nice. >> > > I forked another elm package and hacked it, and just want to be able to > reference it without tagging a release version or publishing. Will be a > very useful feature I think. I will try it out now, thanks. >
The installer seems to fail: sudo npm install elm-github-install -g > npm WARN deprecated [email protected]: Use uuid module instead > /usr/local/bin/elm-github-install -> /usr/local/lib/node_modules/elm-github-install/scripts/run.js > /usr/local/bin/elm-install -> /usr/local/lib/node_modules/elm-github-install/scripts/run.js > > [email protected] install /usr/local/lib/node_modules/elm-github-install > > node scripts/install.js > Downloading and extracting the binary from: https://github.com/gdotdesign/elm-github-install/releases/download/v1.0.1/elm-install-1.0.1-linux-x86_64.tar.gz > events.js:163 > throw er; // Unhandled 'error' event > ^ > Error: EACCES: permission denied, mkdir '/root/.elm-install/elm-install-1.0.1-linux-x86_64' > npm ERR! Linux 3.16.0-4-amd64 > npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "elm-github-install" "-g" > npm ERR! node v7.10.0 > npm ERR! npm v4.2.0 > npm ERR! code ELIFECYCLE npm ERR! errno 1 -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
