You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/09/25 09:31:11 UTC

[incubator-dlab] branch DLAB-1056 updated: Fixed "npm install"

This is an automated email from the ASF dual-hosted git repository.

adamsd pushed a commit to branch DLAB-1056
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1056 by this push:
     new 1708e1e  Fixed "npm install"
1708e1e is described below

commit 1708e1e01f9f42eca95e2a8656c9541c7f57c676
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Wed Sep 25 12:30:58 2019 +0300

    Fixed "npm install"
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index 2fbe803..04953c6 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -142,7 +142,7 @@ def build_ui():
                 sudo('sed -i "s|\'use_ldap\': true|{}|g" src/dictionary/azure.dictionary.ts'.format(
                      '\'use_ldap\': false'))
 
-            sudo('npm install')
+            sudo('echo "N" | npm install')
             sudo('npm run build.prod')
             sudo('sudo chown -R {} {}/*'.format(args.os_user, args.dlab_path))
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org