<?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: need your expertise on Modifying custom visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1145253#M24051</link>
    <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you will have gone through the tutorial, this will be using v3.1 of the visuals SDK (tools) and v2.6 of the API and will indeed work.&lt;/P&gt;
&lt;P&gt;There are two things to consider when cloning other project repositories:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The dependencies in &lt;FONT face="courier new,courier"&gt;package.json&lt;/FONT&gt; - if these aren't installed, the project won't build, so if you've not run &lt;FONT face="courier new,courier"&gt;npm i&lt;/FONT&gt;, then do this first.&lt;/LI&gt;
&lt;LI&gt;The version of the SDK it's using. Very few custom visuals projects are up to date with this&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;From your output, it looks like that project is using 1.11 of the SDK, which is quite old now (&amp;gt; 2 years). At that time, the SDK/API was combined, so you'll need to install that version:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i -g powerbi-visuals-tools@1.11&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Once that's installed, it's probably best to re-ensure that your project's dependencies are correct for this version, so run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the root folder of your project.&lt;/P&gt;
&lt;P&gt;Because you've changed the version of the SDK, you'll need to regenerate your certificate and install it - this was 2 steps on older versions of the SDK:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;pbiviz --create-cert

And then...

pbiviz --install-cert&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll be prompted to install the certificate again as per the current tutorial.&lt;/P&gt;
&lt;P&gt;At that point you should be able to run &lt;FONT face="courier new,courier"&gt;pbviz start&lt;/FONT&gt; as normal.&lt;/P&gt;
&lt;P&gt;If you want to run that codebase on the latest SDK, you'll need to migrate the code from the older standards to the newer one, as the v3 tooling is much better but uses newer JavaScript standards. There are some instructions here for this, but it's not a small job. There used to be some documentation on this but looks like it was lost in the move to the newer doc site - you might be able to find a cache of it somewhere (I couldn't). For reference this was at &lt;A href="https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/migrating-to-powerbi-visuals-tools-3-0/" target="_blank" rel="noopener"&gt;https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/migrating-to-powerbi-visuals-tools-3-0/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To minimise frustration in getting the code to build, I would suggest going down the path of sticking with the current version it's on and ensuring the tools/SDK matches (1.11).&lt;/P&gt;
&lt;P&gt;One other thing to consider, is if you package that visual, because it already exists in the marketplace, you will need to change its &lt;FONT face="courier new,courier"&gt;guid&lt;/FONT&gt; in &lt;FONT face="courier new,courier"&gt;pbiviz.json&lt;/FONT&gt; to be different. Otherwise, Power BI will always load the published version from the marketplace when you import it. &lt;A href="https://okviz.com/blog/updating-power-bi-custom-visuals/" target="_self"&gt;Here's some further reading on that&lt;/A&gt; (specifically the section titled &lt;EM&gt;Importing a Power BI visual from the AppSource marketplace&lt;/EM&gt;).&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2020 06:16:27 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2020-06-06T06:16:27Z</dc:date>
    <item>
      <title>need your expertise on Modifying custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1144438#M24040</link>
      <description>&lt;P&gt;Hi-, All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently, I try to use card browser to visualize our data.&amp;nbsp; This custom visual can show images.&amp;nbsp; But I found it has maxium 4 image limit. Therefore, I want to modify it to let it show more images.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the custom visual project from github and try to edit it in visual studio code. This should only need to change a few setting .&lt;/P&gt;&lt;P&gt;My environment should work fine, because I just followed microsoft tutorial to create a simple custom visual and it works.&lt;/P&gt;&lt;P&gt;I switched to the project folder in powershell and&amp;nbsp; try to start the project with&amp;nbsp; pbiviz start.&lt;/P&gt;&lt;P&gt;but it ask to install api&amp;nbsp; and fail at the step.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ps_start_error.PNG" style="width: 511px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/289168iBF462ED4EE34C2B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="ps_start_error.PNG" alt="ps_start_error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried diffrent command,&amp;nbsp; pbiviz install,&amp;nbsp; pbiviz update....&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; None of them works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My gut feeling is something simple, like a swich need to turn on, but I don't know it as a newbie.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have similar experience? how do you fix it?&lt;/P&gt;&lt;P&gt;I would like your input, thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wenlei&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 13:45:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1144438#M24040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-05T13:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: need your expertise on Modifying custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1145253#M24051</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you will have gone through the tutorial, this will be using v3.1 of the visuals SDK (tools) and v2.6 of the API and will indeed work.&lt;/P&gt;
&lt;P&gt;There are two things to consider when cloning other project repositories:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The dependencies in &lt;FONT face="courier new,courier"&gt;package.json&lt;/FONT&gt; - if these aren't installed, the project won't build, so if you've not run &lt;FONT face="courier new,courier"&gt;npm i&lt;/FONT&gt;, then do this first.&lt;/LI&gt;
&lt;LI&gt;The version of the SDK it's using. Very few custom visuals projects are up to date with this&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;From your output, it looks like that project is using 1.11 of the SDK, which is quite old now (&amp;gt; 2 years). At that time, the SDK/API was combined, so you'll need to install that version:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i -g powerbi-visuals-tools@1.11&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Once that's installed, it's probably best to re-ensure that your project's dependencies are correct for this version, so run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;npm i&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the root folder of your project.&lt;/P&gt;
&lt;P&gt;Because you've changed the version of the SDK, you'll need to regenerate your certificate and install it - this was 2 steps on older versions of the SDK:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;pbiviz --create-cert

And then...

pbiviz --install-cert&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll be prompted to install the certificate again as per the current tutorial.&lt;/P&gt;
&lt;P&gt;At that point you should be able to run &lt;FONT face="courier new,courier"&gt;pbviz start&lt;/FONT&gt; as normal.&lt;/P&gt;
&lt;P&gt;If you want to run that codebase on the latest SDK, you'll need to migrate the code from the older standards to the newer one, as the v3 tooling is much better but uses newer JavaScript standards. There are some instructions here for this, but it's not a small job. There used to be some documentation on this but looks like it was lost in the move to the newer doc site - you might be able to find a cache of it somewhere (I couldn't). For reference this was at &lt;A href="https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/migrating-to-powerbi-visuals-tools-3-0/" target="_blank" rel="noopener"&gt;https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/migrating-to-powerbi-visuals-tools-3-0/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To minimise frustration in getting the code to build, I would suggest going down the path of sticking with the current version it's on and ensuring the tools/SDK matches (1.11).&lt;/P&gt;
&lt;P&gt;One other thing to consider, is if you package that visual, because it already exists in the marketplace, you will need to change its &lt;FONT face="courier new,courier"&gt;guid&lt;/FONT&gt; in &lt;FONT face="courier new,courier"&gt;pbiviz.json&lt;/FONT&gt; to be different. Otherwise, Power BI will always load the published version from the marketplace when you import it. &lt;A href="https://okviz.com/blog/updating-power-bi-custom-visuals/" target="_self"&gt;Here's some further reading on that&lt;/A&gt; (specifically the section titled &lt;EM&gt;Importing a Power BI visual from the AppSource marketplace&lt;/EM&gt;).&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 06:16:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1145253#M24051</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-06-06T06:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: need your expertise on Modifying custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1147010#M24061</link>
      <description>&lt;P&gt;thanks, Daniel for detailed steps.&amp;nbsp; That is extremely helpful for new user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will give a try and let you know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wenlei&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 13:22:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1147010#M24061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-08T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: need your expertise on Modifying custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1151072#M24094</link>
      <description>&lt;P&gt;Hi-, Daniel,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the code you suggested. Then ran pbiviz start from powershell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ps_start_error1.PNG" style="width: 530px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/290981i887217F64A9EAB91/image-size/large?v=v2&amp;amp;px=999" role="button" title="ps_start_error1.PNG" alt="ps_start_error1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope i can attach the log file. looks it is not possible. I included the log below. Maybe you can find some clue from there.&amp;nbsp; &amp;nbsp;Notice thre are some library/package is not installed.&amp;nbsp;I am not sure if that causes the issue. how to fix that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wenlei&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log&lt;/P&gt;&lt;P&gt;PS C:\WINDOWS\system32&amp;gt; cd PowerBI-visuals-CardBrowser-develop&lt;BR /&gt;PS C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&amp;gt; npm i -g powerbi-visuals-tools@1.11&lt;BR /&gt;npm WARN deprecated request@2.81.0: request has been deprecated, see &lt;A href="https://github.com/request/request/issues/3142" target="_blank" rel="noopener"&gt;https://github.com/request/request/issues/3142&lt;/A&gt;&lt;BR /&gt;npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.&lt;BR /&gt;npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.&lt;BR /&gt;npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at &lt;A href="https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5" target="_blank" rel="noopener"&gt;https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5&lt;/A&gt;&lt;BR /&gt;npm WARN deprecated request@2.83.0: request has been deprecated, see &lt;A href="https://github.com/request/request/issues/3142" target="_blank" rel="noopener"&gt;https://github.com/request/request/issues/3142&lt;/A&gt;&lt;BR /&gt;npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.&lt;BR /&gt;npm WARN deprecated resolve-url@0.2.1: &lt;A href="https://github.com/lydell/resolve-url#deprecated" target="_blank" rel="noopener"&gt;https://github.com/lydell/resolve-url#deprecated&lt;/A&gt;&lt;BR /&gt;npm WARN deprecated urix@0.1.0: Please see &lt;A href="https://github.com/lydell/urix#deprecated" target="_blank" rel="noopener"&gt;https://github.com/lydell/urix#deprecated&lt;/A&gt;&lt;BR /&gt;npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue&lt;BR /&gt;npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue&lt;BR /&gt;npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js&lt;BR /&gt;npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.&lt;BR /&gt;npm WARN deprecated wreck@6.3.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist &amp;gt;3.0 config used in other tools.&lt;BR /&gt;npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at &lt;A href="https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5" target="_blank" rel="noopener"&gt;https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5&lt;/A&gt;&lt;BR /&gt;npm WARN deprecated hawk@6.0.2: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.&lt;BR /&gt;npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated boom@4.3.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated cryptiles@3.1.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;npm WARN deprecated sntp@2.1.0: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.&lt;BR /&gt;npm WARN deprecated boom@5.2.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).&lt;BR /&gt;C:\Users\wcao2\AppData\Roaming\npm\pbiviz -&amp;gt; C:\Users\wcao2\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\bin\pbiviz.js&lt;BR /&gt;npm WARN notsup Unsupported engine for powerbi-visuals-tools@1.11.3: wanted: {"node":"^6.0.0"} (current: {"node":"12.16.3","npm":"6.14.4"})&lt;BR /&gt;npm WARN notsup Not compatible with your version of node/npm: powerbi-visuals-tools@1.11.3&lt;BR /&gt;npm WARN babel-eslint@10.1.0 requires a peer of eslint@&amp;gt;= 4.12.1 but none is installed. You must install peer dependencies yourself.&lt;/P&gt;&lt;P&gt;+ powerbi-visuals-tools@1.11.3&lt;BR /&gt;added 519 packages from 454 contributors, removed 606 packages, updated 92 packages and moved 12 packages in 157.391s&lt;BR /&gt;PS C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&amp;gt; npm i&lt;/P&gt;&lt;P&gt;&amp;gt; powerbi-visuals-cardbrowser@1.1.5 postinstall C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&lt;BR /&gt;&amp;gt; npm run install-private-submodule&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;gt; powerbi-visuals-cardbrowser@1.1.5 install-private-submodule C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&lt;BR /&gt;&amp;gt; node bin/installPrivateSubmodules&lt;/P&gt;&lt;P&gt;Installing @uncharted/cards@0.13.9...&lt;BR /&gt;warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.&lt;BR /&gt;error An unexpected error occurred: "&lt;A href="https://registry.npmjs.org/@uncharted%2fcards" target="_blank" rel="noopener"&gt;https://registry.npmjs.org/@uncharted%2fcards&lt;/A&gt;: Not found".&lt;BR /&gt;Command failed: yarn add @uncharted/cards@0.13.9 --no-lockfile --ignore-scripts&lt;BR /&gt;warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.&lt;BR /&gt;error An unexpected error occurred: "&lt;A href="https://registry.npmjs.org/@uncharted%2fcards" target="_blank" rel="noopener"&gt;https://registry.npmjs.org/@uncharted%2fcards&lt;/A&gt;: Not found".&lt;/P&gt;&lt;P&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\onchange\node_modules\fsevents):&lt;BR /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})&lt;BR /&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):&lt;BR /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})&lt;BR /&gt;npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules\watchpack\node_modules\fsevents):&lt;BR /&gt;npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})&lt;/P&gt;&lt;P&gt;audited 1042 packages in 9.861s&lt;/P&gt;&lt;P&gt;22 packages are looking for funding&lt;BR /&gt;run `npm fund` for details&lt;/P&gt;&lt;P&gt;found 3 low severity vulnerabilities&lt;BR /&gt;run `npm audit fix` to fix them, or `npm audit` for details&lt;BR /&gt;PS C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&amp;gt; pbiviz --create-cert info Certificate generated. Location is C:\Users\wcao2\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\certs\PowerBICustomVisualTest_public.pfx. Passphrase is '8195292517833723'&lt;BR /&gt;PS C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&amp;gt; pbiviz --install-cert&lt;BR /&gt;info Use '8195292517833723' passphrase to install PFX certificate.&lt;BR /&gt;PS C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&amp;gt; pbiviz start&lt;BR /&gt;info Building visual...&lt;BR /&gt;error VALIDATION Invalid API Version v1.11.0&lt;BR /&gt;PS C:\WINDOWS\system32\PowerBI-visuals-CardBrowser-develop&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jun 2020 15:44:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1151072#M24094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: need your expertise on Modifying custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1546175#M26748</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I encountered a similar issue trying to upgrade pbiviz version from 1.12.0 to most recent.&lt;BR /&gt;To make a long story short, I realized that - no matter what I tried -&lt;BR /&gt;it became impossible to upgrade my existing pbiviz version above 1.12.0. I've searched for solution online with no success. [sigh...] All existing information seems to have vanished in the dust... well almost...&lt;/P&gt;&lt;P&gt;Still the following approach worked in my case and I felt like sharing it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So the first thing I thought was maybe it woukd be good to do a bit of cleanup of all no longer desired version including the main located under:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\Users\&amp;lt;your_username&amp;gt;\AppData\Roaming\npm\node_modules\powerbI-visuals-tools&lt;/LI-CODE&gt;&lt;P&gt;I then downloaded the following .zip solution code file from Github&lt;BR /&gt;&lt;A href="https://github.com/Microsoft/PowerBI-visuals-tools#readme" target="_self"&gt;https://github.com/Microsoft/PowerBI-visuals-tools#readme&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unzipped the content and copied it under:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\Users\&amp;lt;your_username&amp;gt;\AppData\Roaming\npm\node_modules\&lt;/LI-CODE&gt;&lt;P&gt;I usually use git clone method but I prefered using zip in this case.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Then using &lt;STRONG&gt;Windows PowerShell&lt;/STRONG&gt; console with &lt;STRONG&gt;Administrator&lt;/STRONG&gt; rights, I then relocated under&lt;BR /&gt;the root of the new pasted &lt;STRONG&gt;powerbI-visuals-tools&lt;/STRONG&gt; directory and ran&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;npm install&lt;/LI-CODE&gt;&lt;P&gt;That did it and I was then able to run pbiviz method afterwards and get my upgraded version. Yeeeees!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RE: There are some instructions here for this, but it's not a small job. There used to be some documentation on &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;this but looks like it was lost in the move to the newer doc site - you might be able to find a cache of it somewhere &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(I couldn't).&lt;/EM&gt;&amp;nbsp; &lt;EM&gt;For reference this was at &lt;A href="https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/migrating-to-powerbi-visuals-tools-3-0..." target="_blank"&gt;https://microsoft.github.io/PowerBI-visuals/docs/how-to-guide/migrating-to-powerbi-visuals-tools-3-0...&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You're absolutely right... but if you look closely when you click on the provided link, you'll see a first Web page untitled &lt;STRONG&gt;Migrating to powerbi-visuals-tools 3.x&lt;/STRONG&gt;...&amp;nbsp;displayed in a snap of a second before being redirected. Now that's interesting... I simply saved the link as html file and opened it in code editor, then removed all&lt;BR /&gt;JavaScript stuff and there it was.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Migratingto3x.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/415103i42F0A8C030B9AE0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Migratingto3x.png" alt="Migratingto3x.png" /&gt;&lt;/span&gt;Content may feel the content to be deprecated... still I felt it contained interesting infos...&lt;/P&gt;&lt;P&gt;Thanks for sharing Daniel &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 19:14:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/need-your-expertise-on-Modifying-custom-visual/m-p/1546175#M26748</guid>
      <dc:creator>MawashiKid2</dc:creator>
      <dc:date>2020-12-11T19:14:57Z</dc:date>
    </item>
  </channel>
</rss>

