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

Can't install #6

Open
greuff opened this issue Mar 24, 2016 · 6 comments
Open

Can't install #6

greuff opened this issue Mar 24, 2016 · 6 comments

Comments

@greuff
Copy link

greuff commented Mar 24, 2016

tw-Mac-Mini:datetimepicker tw$ npm install -g concat-cli
npm ERR! Darwin 14.5.0
npm ERR! argv "node" "/opt/local/bin/npm" "install" "-g" "concat-cli"
npm ERR! node v0.12.5
npm ERR! npm  v3.8.2

npm ERR! No compatible version found: concat@^1.0.0
npm ERR! Valid install targets:
npm ERR! 2.0.0, 0.0.1-security
@xdan
Copy link

xdan commented Mar 28, 2016

+1

1 similar comment
@allwiine
Copy link

+1

@jalba
Copy link
Owner

jalba commented Mar 30, 2016

Sorry for this. The concat module, on which the concat-cli module relies, has been removed from npm. That is why the error is happening. I'm looking for a workaround. Either by re building the concat module myself or not depending on it more for concat-cli.

@TroyAlford
Copy link

The original appears to only be https://github.com/azer/concat/blob/master/index.js - and as the author has recently pulled all of his contributions off of npm - it might be worth updating references as he is doing in his own repos, and simply update the dependencies to refer to the GitHub implementation as "concat": "azer/concat" rather than "concat": "^1.0.0"

Also - for anyone else having this problem, it appears that if you use npm install --save azer/concat, concat-cli will utilize it as it's dependency (with a reference to the GitHub project instead of NPM). It's working for me, at least.

@kylecordes
Copy link

The missing concat package was put back in the aftermath of the incident linked above... I think this issue is solved.

@allwiine
Copy link

Jup. So this can be closed.

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

6 participants