0

I'm trying to install Node.js in PC-BSD but the directory /usr/ports seems to be empty

Using the instructions in this link, I tried:

pkg install node

But I get this error:

enter image description here

Is there a working way to do that ?

Giacomo1968
  • 58,727
HDJEMAI
  • 123

1 Answers1

0

As far as I remember you must specify node.js’ category.

I haven't used FreeBSD in a while, but I think it's under 'www' or 'lang'. You would have to do:

pkg install www/node 

or

pkg install lang/node  

If you want, you can bookmark this FreeBSD page.

setun-90
  • 101