I tried to debug the visual in order to investigate #3, but after running npm install and pbiviz start, I get the following error when the first recompilation is performed:
This dependency was not found:
* Globalize in ./.tmp/build/visual.js
To install it, you can run: npm install --save Globalize
Running npm install --save Globalize gives me:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/Globalize - Not found
npm ERR! 404
npm ERR! 404 'Globalize@latest' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because
npm ERR! 404 1. name can no longer contain capital letters
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
I suppose this is an upstream dependency, do you know how to solve or work around it?
I tried to debug the visual in order to investigate #3, but after running
npm installandpbiviz start, I get the following error when the first recompilation is performed:Running
npm install --save Globalizegives me:I suppose this is an upstream dependency, do you know how to solve or work around it?