You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Remote Instance is behind a HTTP proxy, the agent can be configured to use the proxy by setting the `http_proxy`, `https_proxy` or `all_proxy` environment variables.
@@ -146,4 +153,4 @@ OS and Architecture as your target device, and then copy the modules on to your
146
153
2. Place this file in an empty directory on your local device.
147
154
3. Run `npm install` to install the modules. This will create a `node_modules` directory.
148
155
4. On your target Remote Instance, create a directory called `module_cache` inside the Device Agent Configuration directory.
149
-
5. Copy the `node_modules` directory from your local instance to the target instance so that it is under the `module_cache` directory.
156
+
5. Copy the `node_modules` directory from your local instance to the target instance so that it is under the `module_cache` directory.
0 commit comments