AllToMP3 / alltomp3-cli

Download a song in one-command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with npm install -g command

orschiro opened this issue · comments

Dear @NTag,

I tried to install your cli version on Ubuntu 15.10 but received the following error:

orschiro@x230:~$ npm install -g
npm ERR! addLocal Could not install .
npm ERR! Error: ENOENT, open 'package.json'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 4.3.0-040300-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g"
npm ERR! cwd /home/orschiro
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/orschiro/npm-debug.log
npm ERR! not ok code 0

Could you give me some advice?

Thankfully,

~Robert

Before you must clone the repo, go into the folder, and then execute npm install -g:

git clone https://github.com/AllToMP3/alltomp3-cli.git
cp alltomp3-cli
npm install -g

You also need the requirements of https://github.com/AllToMP3/alltomp3, so ffmpeg, eyeD3 and node-acoutstid requirements.

Dear @NTag,

Thank you for your quick response!

Since this involves a lot of manual work, is there any deb package available for Ubuntu?

Thankfully,

~Robert

It is still in development, but when it will be more advanced, yes I will try to provide a deb package for Debian (and a brew package for Mac).

Thank you for your comments!

Dear @NTag,

That would be wonderful!

Could you announce the release of a deb package here?

I am happy to test it and report back.

Thankfully,

~Robert

I have no date yet (in a few weeks), but yes, I will post a message here when a first deb is ready to test.

Thank you very much!

Great, I thank you for your work!

~Robert