diff options
author | 2017-11-21 14:34:55 +0100 | |
---|---|---|
committer | 2017-11-21 14:34:55 +0100 | |
commit | c5cd198f8f9dc4af8dd5a3aacc08146742280d56 (patch) | |
tree | a8303ce04d53bb29d33cf1793153d5b5d3b7a724 /INSTALL/tasks.d | |
parent | a020dd037af843473fb1176550362b9b23a7cae9 (diff) |
remove 'npm install' for gulp and bower (unused)
Bug-AGL: SPEC-979
Change-Id: I47d4d80dbd9efb2f8c3ef7316c436119f9eb9896
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'INSTALL/tasks.d')
-rw-r--r-- | INSTALL/tasks.d/70_doc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/70_doc b/INSTALL/tasks.d/70_doc index 9336de9..882e7d6 100644 --- a/INSTALL/tasks.d/70_doc +++ b/INSTALL/tasks.d/70_doc @@ -4,7 +4,10 @@ if [[ -z $(which node) ]]; then curl -sL https://deb.nodesource.com/setup_6.x | bash - apt-get install -y nodejs - npm install --global gulp bower + + # issue SPEC-979 + # this install fails with timeout for unknown reason - let's comment it + # npm install --global gulp bower fi # tools used to generate developer website (https://github.com/automotive-grade-linux/docs-agl) |