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
This commit is contained in:
@@ -22,5 +22,4 @@ libreadline6
|
||||
libreadline6-dev
|
||||
mongodb
|
||||
nodejs
|
||||
npm
|
||||
coffeescript
|
||||
|
||||
Reference in New Issue
Block a user