From d6fb5a7cc7ac114a40c7e7a5175a25f3f8102620 Mon Sep 17 00:00:00 2001 From: dcadams Date: Fri, 12 Apr 2013 12:50:04 -0700 Subject: [PATCH] Remove npm package from Ubuntu installation dependencies file. Install of edX gives the following error: ----------------------------------------------- The following packages have unmet dependencies: nodejs : Conflicts: npm E: Unable to correct problems, you have held broken packages. ----------------------------------------------- This is caused by the latest version of nodejs including npm and being incompatible with the previous version. Fix is to remove npm line from apt-packages.txt --- apt-packages.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/apt-packages.txt b/apt-packages.txt index 0560dfcbc2..2635388757 100644 --- a/apt-packages.txt +++ b/apt-packages.txt @@ -22,5 +22,4 @@ libreadline6 libreadline6-dev mongodb nodejs -npm coffeescript