<?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: Unable to package custom visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/260000#M8024</link>
    <description>&lt;P&gt;Looks like your TS is really heavy.&lt;/P&gt;&lt;P&gt;You might try to start node.js by using this command:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;node --max-old-space-size&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;8192 PathTOPBIVIZ&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 10:05:47 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2017-09-27T10:05:47Z</dc:date>
    <item>
      <title>Unable to package custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/259168#M7996</link>
      <description>&lt;P&gt;Project size big I presume&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Failed.JPG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/61989iAA8F3D667C4AED5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Failed.JPG" alt="Failed.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way I can increment the heap size ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 09:12:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/259168#M7996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-26T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to package custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/259209#M7999</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any JS files in your tsconfig.json? What version of PBIVIZ do you use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 09:51:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/259209#M7999</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-09-26T09:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to package custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/259287#M8004</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No my Tsconfig.js contains only ts files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;".api/v1.7.0/PowerBI-visuals.d.ts",&lt;BR /&gt;"src/main.ts",&lt;BR /&gt;"typings/index.d.ts",&lt;BR /&gt;"src/dataTransform.ts",&lt;BR /&gt;"../jsFunctions/**.ts",&lt;BR /&gt;"../jsFunctions/styleTransform.ts",&lt;BR /&gt;"../jsFunctions/objectEnumerationUtility.ts",&lt;BR /&gt;"../jsFunctions/functions.ts"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Api 1.7&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:31:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/259287#M8004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-26T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to package custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/260000#M8024</link>
      <description>&lt;P&gt;Looks like your TS is really heavy.&lt;/P&gt;&lt;P&gt;You might try to start node.js by using this command:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;node --max-old-space-size&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;8192 PathTOPBIVIZ&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 10:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Unable-to-package-custom-visual/m-p/260000#M8024</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-09-27T10:05:47Z</dc:date>
    </item>
  </channel>
</rss>

