From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- .../recipes-web/the-thing-system/steward/npm-setup-proxies.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example (limited to 'meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example') diff --git a/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example b/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example new file mode 100644 index 0000000..e52bf27 --- /dev/null +++ b/meta-iot/recipes-web/the-thing-system/steward/npm-setup-proxies.example @@ -0,0 +1,5 @@ +#!/bin/sh + +# Setup proxies +npm config set proxy http://proxy.example.com:8080 +npm config set https-proxy http://proxy.example.com:8080 -- cgit v1.2.3-54-g00ecf