Zenbot: NPM install fails

Created on 5 Oct 2017  Â·  6Comments  Â·  Source: DeviaVir/zenbot

First off; very well written software. Thank you :-).

When running npm install I get this message:

````
npm WARN deprecated [email protected]: Use uuid module instead
npm ERR! git clone [email protected]:github:carlos8f/numbro Cloning into bare repository '/home/pi/.npm/_git-remotes/git-github-com-github-carlos8f-numbro-0d91dbd1'...
npm ERR! git clone [email protected]:github:carlos8f/numbro fatal: remote error:
npm ERR! git clone [email protected]:github:carlos8f/numbro is not a valid repository name
npm ERR! git clone [email protected]:github:carlos8f/numbro Email [email protected] for help
npm ERR! notarget No compatible version found: numbro@'github:carlos8f/numbro'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.0.3","1.0.4","1.0.5","1.1.0","1.1.1","1.2.1","1.2.2","1.3.0","1.3.1","1.3.2","1.3.3","1.4.0","1.5.0","1.5.1","1.5.2","1.6.0","1.6.1","1.6.2","1.7.0","1.7.1","1.8.0","1.8.1","1.9.0","1.9.1","1.9.2","1.9.3","1.10.0","1.10.1","1.11.0"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
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! System Linux 4.9.41-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/pi/repos/zenbot
npm ERR! node -v v4.8.2
npm ERR! npm -v 1.4.21
npm ERR! code ETARGET
npm ERR! git clone [email protected]:github:mkmarek/forex.analytics Cloning into bare repository '/home/pi/.npm/_git-remotes/git-github-com-github-mkmarek-forex-analytics-6492775d'...
npm ERR! git clone [email protected]:github:mkmarek/forex.analytics fatal: remote error:
npm ERR! git clone [email protected]:github:mkmarek/forex.analytics is not a valid repository name
npm ERR! git clone [email protected]:github:mkmarek/forex.analytics Email [email protected] for help
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/repos/zenbot/npm-debug.log
npm ERR! not ok code 0
````

Ideas?

question

Most helpful comment

I had the same problem under Ubuntu. The problem is that both repositories aren't accesible under "git://" i used the real npm packages that was working for the first.

in packages.json:

"forex.analytics": "^0.0.15",
"numbro": "^1.11.0",

I don't know if it's working without any problems but with that changes i could install all packages.

All 6 comments

Completely missed that guide. Will try it. Thanks.

@Corstiaan84 did this resolve your problem?

Havent tried it yet. I have setup a new vps to run zenbot. Pi is just not
up to the job if you want to do it right.

Op do 12 okt. 2017 om 14:43 schreef Chase notifications@github.com

@Corstiaan84 https://github.com/corstiaan84 did this resolve your
problem?

—
You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
https://github.com/carlos8f/zenbot/issues/589#issuecomment-336121641,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADivdYqjzFpEu1WMxsDQLaSepfP--TmUks5srgl9gaJpZM4PvMuQ
.

I had the same problem under Ubuntu. The problem is that both repositories aren't accesible under "git://" i used the real npm packages that was working for the first.

in packages.json:

"forex.analytics": "^0.0.15",
"numbro": "^1.11.0",

I don't know if it's working without any problems but with that changes i could install all packages.

Dear issue reporter,

We have slightly changed our github issue policy and would now kindly request folks that have questions that they ask them in our zenbot subreddit.

You can find it here: https://reddit.com/r/zenbot

This issue will be closed, but if you disagree with your ticket being marked as a question feel free to leave a comment defending your case.

Thanks for contributing time and effort!

Greetings,
🤖

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bbusche picture bbusche  Â·  5Comments

joeswann picture joeswann  Â·  4Comments

sam-perez picture sam-perez  Â·  5Comments

gleblanc1783 picture gleblanc1783  Â·  3Comments

JensvdHeydt picture JensvdHeydt  Â·  3Comments