Node.JS Installation - Plex Spotify Channel

Status
Not open for further replies.

Jason Giddens

Dabbler
Joined
Jun 8, 2013
Messages
37
Hello,

I installed the Unsupported Appstore in my plex jail and got it up and running. I added the Spotify2 Channel from the appstore, but it requires Node.js to operate successfully. I have done quite a bit of googling and it appears I need to do this from the jail:

root@plexmediaserver_1:/ # pkg install node​

but when I do I get:

root@plexmediaserver_1:/ # pkg install node
Updating repository catalogue
The following 3 packages will be installed:

Installing python2: 2_2
Installing libexecinfo: 1.1_3
Installing node: 0.10.28

The installation will require 11 MB more space

2 MB to be downloaded

Proceed with installing packages [y/N]: y
pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/All/python2-2_2.txz: Not Found
root@plexmediaserver_1:/ #​

I have told pkg to do an update succesfully, i have had PKG upgrade itself. None has helped.

Am I on the the right track for a node.js install? How do I fix this error?

Thanks!
 

pirateghost

Unintelligible Geek
Joined
Feb 29, 2012
Messages
4,219
pkg install node should install node-5.4.1 as of right now.

try this first:
pkg update && pkg upgrade
 

Jason Giddens

Dabbler
Joined
Jun 8, 2013
Messages
37
No luck...

root@plexmediaserver_1:/ # pkg update && pkg upgrade
Updating repository catalogue
digests.txz 100% 2088KB 348.1KB/s 138.3KB/s 00:06
packagesite.txz 100% 5404KB 360.3KB/s 1.0MB/s 00:15
pkg: package field incomplete: comment
Incremental update completed, 24584 packages processed:
21364 packages updated, 2158 removed and 3220 added.
pkg: Unable to find catalogs
root@plexmediaserver_1:/ # pkg install node
Updating repository catalogue
The following 3 packages will be installed:

Installing python2: 2_2
Installing libexecinfo: 1.1_3
Installing node: 0.10.28

The installation will require 11 MB more space

2 MB to be downloaded

Proceed with installing packages [y/N]: y
pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/All/python2-2_2.txz: Not Found
root@plexmediaserver_1:/ #​
Suggestions?
 

pirateghost

Unintelligible Geek
Joined
Feb 29, 2012
Messages
4,219
It appears to have an issue with network. It can't actually pull the packages. Until pkg upgrades, you won't see the proper versions.
 
Status
Not open for further replies.
Top