I have www/node010 installed using pkg. If I install www/npm, then www/node010 gets removed and www/node gets installed:
If I re-install www/node010, www/npm gets removed:
Is it possible to have www/node010 and www/npm installed with packages without using ports and without having to setup my own pkg repository?
Code:
pkg install -y npm
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (1 conflicting)
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
node010-0.10.38_2
New packages to be INSTALLED:
npm: 2.11.1
node: 0.12.4
The process will require 12 MiB more space.
[1/3] Deinstalling node010-0.10.38_2...
[1/3] Deleting files for node010-0.10.38_2: 100%
[2/3] Installing node-0.12.4...
[2/3] Extracting node-0.12.4: 100%
[3/3] Installing npm-2.11.1...
[3/3] Extracting npm-2.11.1: 100%
Message for node-0.12.4:
Note: If you need npm (Node Package Manager), please install www/npm.
If I re-install www/node010, www/npm gets removed:
Code:
pkg install -y node010
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (1 conflicting)
Checking integrity... done (0 conflicting)
The following 3 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
node-0.12.4
npm-2.11.1
New packages to be INSTALLED:
node010: 0.10.38_2
The operation will free 12 MiB.
[1/3] Deinstalling npm-2.11.1...
[1/3] Deleting files for npm-2.11.1: 100%
[2/3] Deinstalling node-0.12.4...
[2/3] Deleting files for node-0.12.4: 100%
[3/3] Installing node010-0.10.38_2...
[3/3] Extracting node010-0.10.38_2: 100%
Message for node010-0.10.38_2:
Note: If you need npm (Node Package Manager), please install www/npm.
Is it possible to have www/node010 and www/npm installed with packages without using ports and without having to setup my own pkg repository?