alltomp3-cli icon indicating copy to clipboard operation
alltomp3-cli copied to clipboard

Error with npm install -g command

Open orschiro opened this issue 8 years ago • 6 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

orschiro avatar Mar 04 '16 15:03 orschiro

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.

NTag avatar Mar 04 '16 17:03 NTag

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

orschiro avatar Mar 04 '16 21:03 orschiro

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!

NTag avatar Mar 05 '16 11:03 NTag

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

orschiro avatar Mar 05 '16 13:03 orschiro

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!

NTag avatar Mar 05 '16 13:03 NTag

Great, I thank you for your work!

~Robert

orschiro avatar Mar 05 '16 13:03 orschiro