Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elm package install error - no such version #4

Open
theophilusx opened this issue Oct 23, 2018 · 1 comment
Open

Elm package install error - no such version #4

theophilusx opened this issue Oct 23, 2018 · 1 comment

Comments

@theophilusx
Copy link

Seems to be an issue witht he version of telm-test specified in the instructions e.g.

± % npm install -g elm [email protected] elm-format                                                        !5038
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/tcross8/.npm/_logs/2018-10-23T01_41_06_040Z-debug.log

@mz21
Copy link

mz21 commented Dec 9, 2018

@theophilusx
sudo npm install -g elm **[email protected]** elm-format worked for me..
Then, for me I also had to add --unsafe-perm (see: avh4/elm-format#554).
Not ideal, but it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants