Remove conflict in installation of nodejs 41/15341/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 12 Jul 2018 16:23:37 +0000 (18:23 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 12 Jul 2018 16:23:40 +0000 (18:23 +0200)
: The following packages have unmet dependencies:
: nodejs : Conflicts: npm

Change-Id: Ic331d758b111edd15d778c71971cbf3915678d54
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
packer/provision/agl_dependencies.sh

index f999356..a669fba 100644 (file)
@@ -68,7 +68,9 @@ EOFSYSCTL
 # install node.js and tools (npm, gulp, bower)
 #
 curl -v --connect-timeout 60 --retry 3 -sL https://deb.nodesource.com/setup_8.x | bash -
-DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm
+DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
+which -a npm
+dpkg -L nodejs
 npm install --global gulp bower
 
 # tools used to generate developer website (https://github.com/automotive-grade-linux/docs-agl)