<?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 DevSum 2016: 'Dev. Tools &amp; Tech' generator-esri-widget install problem in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739974#M68491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I watched the DevSummit 2016 Tech Session&amp;nbsp;"Web AppBuilder for ArcGIS: Development Tools and Techniques" on the new ESRI Training site. (Also available at &lt;A href="http://video.esri.com/watch/5049/web-appbuilder-for-arcgis-development-tools-and-techniques"&gt;this link&lt;/A&gt;.) I followed along with the video and later reviewed the process on &lt;A href="https://github.com/Esri/generator-esri-appbuilder-js"&gt;github&lt;/A&gt;. This part works fine, but&amp;nbsp;Tom Wayson goes on to use &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;yo esri-widget&lt;/STRONG&gt;&lt;/SPAN&gt; to create a sub-widget. I found the documentation on &lt;A href="https://github.com/tomwayson/generator-esri-widget"&gt;github&lt;/A&gt;, but when I use the command to install it,&amp;nbsp;&lt;STRONG style="color: #008000;"&gt;npm install -g generator-esri-widget&lt;/STRONG&gt;, I get the result pictured below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Command prompt result after entering " npm="" install="" -g="" generator-esri-widget="" /&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what I need to do to get this to work properly?&lt;/P&gt;&lt;P&gt;Also, do I need to worry about the &lt;SPAN style="color: #000000;"&gt;WARN&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;deprecated&lt;/SPAN&gt; messages? I saw&amp;nbsp;some comments to similar questions that said no and others that said&amp;nbsp;to install the update separately.&lt;/P&gt;&lt;P&gt;I've never used Yeoman or&amp;nbsp;Grunt (or run Node.js), so any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2016 15:00:55 GMT</pubDate>
    <dc:creator>WilliamMiller4</dc:creator>
    <dc:date>2016-08-24T15:00:55Z</dc:date>
    <item>
      <title>DevSum 2016: 'Dev. Tools &amp; Tech' generator-esri-widget install problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739974#M68491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I watched the DevSummit 2016 Tech Session&amp;nbsp;"Web AppBuilder for ArcGIS: Development Tools and Techniques" on the new ESRI Training site. (Also available at &lt;A href="http://video.esri.com/watch/5049/web-appbuilder-for-arcgis-development-tools-and-techniques"&gt;this link&lt;/A&gt;.) I followed along with the video and later reviewed the process on &lt;A href="https://github.com/Esri/generator-esri-appbuilder-js"&gt;github&lt;/A&gt;. This part works fine, but&amp;nbsp;Tom Wayson goes on to use &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;yo esri-widget&lt;/STRONG&gt;&lt;/SPAN&gt; to create a sub-widget. I found the documentation on &lt;A href="https://github.com/tomwayson/generator-esri-widget"&gt;github&lt;/A&gt;, but when I use the command to install it,&amp;nbsp;&lt;STRONG style="color: #008000;"&gt;npm install -g generator-esri-widget&lt;/STRONG&gt;, I get the result pictured below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Command prompt result after entering " npm="" install="" -g="" generator-esri-widget="" /&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what I need to do to get this to work properly?&lt;/P&gt;&lt;P&gt;Also, do I need to worry about the &lt;SPAN style="color: #000000;"&gt;WARN&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;deprecated&lt;/SPAN&gt; messages? I saw&amp;nbsp;some comments to similar questions that said no and others that said&amp;nbsp;to install the update separately.&lt;/P&gt;&lt;P&gt;I've never used Yeoman or&amp;nbsp;Grunt (or run Node.js), so any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 15:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739974#M68491</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-08-24T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: DevSum 2016: 'Dev. Tools &amp; Tech' generator-esri-widget install problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739975#M68492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you type in the following commands?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;npm ls -g yo
yo&lt;/PRE&gt;&lt;P&gt;If yeoman is not installed, you'll need to run&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;npm i yo&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739975#M68492</guid>
      <dc:creator>TomWayson</dc:creator>
      <dc:date>2021-12-12T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: DevSum 2016: 'Dev. Tools &amp; Tech' generator-esri-widget install problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739976#M68493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tom. I entered the code you provided and was able to select &lt;STRONG&gt;Esri Widget&lt;/STRONG&gt; from the Yeoman generator list. After doing this once, I'm now able to go directly to the generator with &lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;yo esri-widget&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Again, thanks for your help.&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739976#M68493</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-10-03T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: DevSum 2016: 'Dev. Tools &amp; Tech' generator-esri-widget install problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739977#M68494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad that worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I noticed what appears to be an error in the code I placed above, it should be `npm i -g yo`. Maybe that's what you did. Just mentioning it in case others come across this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:13:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/devsum-2016-dev-tools-tech-generator-esri-widget/m-p/739977#M68494</guid>
      <dc:creator>TomWayson</dc:creator>
      <dc:date>2016-10-03T17:13:30Z</dc:date>
    </item>
  </channel>
</rss>

