NOOB: Nodejs Installation

2 posts / 0 new
Last post
#1 Fri, 2016-01-08 17:54
lavenderflowerdew
  • lavenderflowerdew's picture
  • Offline
  • Last seen: 2 years 2 months ago
  • Joined: 2016-01-08

Hi,

I'm new to Alpine Linux and trying to install nodejs using the apk command like this on my Raspberry Pi 2:

apk add nodejs

I receive the following but not sure what's up.

ERROR: unsatisfiable constraints:
nodejs (missing):
required by: world[nodejs]

I've downloaded the APKINDEX and grep'd for nodejs and it isn't listed? I'm wondering if there is an issue with availability as it was only built yesterday?

Kind Regards

Sat, 2016-01-09 10:45
Egidijus
  • Egidijus's picture
  • Offline
  • Last seen: 1 year 9 months ago
  • Joined: 2015-12-18

A good way to search for packages is : apk search node

Here I have alpine:3.3 running in docker

/ # apk search node
perl-tree-dag_node-1.27-r0
sngtc_client-1.3.7-r1
nodejs-dev-4.2.4-r0
nodejs-doc-4.2.4-r0
nodejs-4.2.4-r0
perl-tree-dag_node-doc-1.27-r0

Log in or register to post comments