-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev Server Start or Visual Package Fails, Rendering SDK Unavailable #304
Comments
Workaround: Install @babel/compat-data and tools locally for the visual project, for that call Add scripts to run local version of tools: "scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package"
},
... Call Get from angular/angular-cli#17262 (comment) |
Hi @zBritva, and thanks for the prompt response. I've just tried this with a new visual, and I'm still getting the reported error - this is using For reference, my
|
Update with fix is coming |
fixed in powerbi-visuals-tools@3.1.11 |
tTank You |
Something seems to have happened with babel recently that is causing the SDK to fail for new visuals, or once the visual dependencies have been refreshed via
npm
in existing ones.To reproduce:
powerbi-visuals-tools
as per instructionspbiviz start
Visual will not start, with an error similar to the following:
We get a similar issue with
pbiviz package
.This effectively prevents the SDK from working and is pretty critical.
I've tried a couple of workarounds listed here and here, but haven't been able to get these to work successfully. I've also tried using yarn rather than NPM and still no good :(
The text was updated successfully, but these errors were encountered: