<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Will WAB work with newer version of Node.js? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15441#M401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't work with WAB, so I am not sure if what I am about to suggest will work.&amp;nbsp; Since these workstations are being used for development, could you install a loopback adapter in the OS and then bind to that so WAB can bind to a network interface, just not one attached to any networks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2016 17:05:48 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2016-05-26T17:05:48Z</dc:date>
    <item>
      <title>Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15433#M393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I can tell, WAB 2.0 ships with Node.js version &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt; &lt;/SPAN&gt;&lt;SPAN dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;0.10.33.0. Looks like the&lt;A href="https://nodejs.org/en/download/"&gt; latest Node version is 4.4.4&lt;/A&gt;. Has anyone tried WAB with that version? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 17:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15433#M393</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-05-20T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15434#M394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am running it using 4.2.4 so I would say you will be OK. FYI unless you explicitly change the startup.bat file, wab will always use the packaged version of nodeJS anyway. Here is the change I made to the startup.bat to use my local nodeJS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;&lt;P&gt;:: If you want to start nodejs manually with additional parameters, run&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ::&lt;/P&gt;&lt;P&gt;:: node_x86.exe/node_x64.exe from server directory instead of launching this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ::&lt;/P&gt;&lt;P&gt;:: script file.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ::&lt;/P&gt;&lt;P&gt;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;&lt;P&gt;@ECHO OFF&lt;/P&gt;&lt;P&gt;SETLOCAL EnableDelayedExpansion&lt;/P&gt;&lt;P&gt;TITLE Web AppBuilder for ArcGIS&lt;/P&gt;&lt;P&gt;SET serverPath=server&lt;/P&gt;&lt;P&gt;SET serverjsFile=server.js&lt;/P&gt;&lt;P&gt;SET port=3344&lt;/P&gt;&lt;P&gt;SET wabVirtualPath=webappbuilder&lt;/P&gt;&lt;P&gt;SET portTaken=0&lt;/P&gt;&lt;P&gt;IF DEFINED USERDNSDOMAIN (SET FQDN=%COMPUTERNAME%.%USERDNSDOMAIN%) ELSE (SET FQDN=%COMPUTERNAME%)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem IF DEFINED PROGRAMFILES(X86) (SET nodeFile=node_x64.exe) ELSE (SET nodeFile=node_x86.exe)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET nodeFile="C:\Program Files\nodejs\node.exe"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 17:38:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15434#M394</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-20T17:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15435#M395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like WAB runs perfectly happy with Node 6.2.0 as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2016 14:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15435#M395</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-05-22T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15436#M396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the advantages if we use the latest version of Node.js vs the one that shipped with WAB DE 2.0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, what UI or WAB behavior changes will occur? will these make it more efficient to the end user and/or the developer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 17:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15436#M396</guid>
      <dc:creator>TimHayes1</dc:creator>
      <dc:date>2016-05-25T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15437#M397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No advantage that I am aware of. this is just for those developers that are developing against nodeJS already and thus have a version on their machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15437#M397</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-25T18:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15438#M398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of &lt;A href="https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=node.js"&gt;vulnerability issues &lt;/A&gt;with older versions of Node.js that we really had no choice but to go to 6.2.0, and quickly. This has been logged with support as BUG-000096647. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 15:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15438#M398</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-05-26T15:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15439#M399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am curious nodeJS is used for the Web AppBuilder builder portion and not the viewer portion. So how would these vulnerabilities matter once the app is deployed to your web server? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 15:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15439#M399</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-26T15:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15440#M400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unable to share a lot of details, but running the "un-secure" version of Node.js on workstations that are developing the apps triggered some alarms. The way Node is run with WAB developer it opens a lot of http/https sockets that came to the attention of a scanner. So the issue is not with the app that WAB produces, but with WAB itself. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 16:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15440#M400</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-05-26T16:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15441#M401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't work with WAB, so I am not sure if what I am about to suggest will work.&amp;nbsp; Since these workstations are being used for development, could you install a loopback adapter in the OS and then bind to that so WAB can bind to a network interface, just not one attached to any networks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 17:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15441#M401</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-05-26T17:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Will WAB work with newer version of Node.js?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15442#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is, WAB has to connect to PTL or AGOL to work, so trunking the WAB traffic off the NIC to loopback wouldn't work. Regardless, we had two non-negotiable, not-subject-to-any-discussion choices: remove WAB, or, fix the Node vulnerability. Good thing there's a new version of Node that has all of the holes patched. Otherwise WAB would be gone and I'd be learning java script....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 19:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/will-wab-work-with-newer-version-of-node-js/m-p/15442#M402</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-05-26T19:18:12Z</dc:date>
    </item>
  </channel>
</rss>

