Regression in 0.15.1 (when used in browser context)
See original GitHub issueI triple-checked and everything else left alone 0.15.1 results in an error while 0.15.0 works, so this must be a regression.
The error happens when plugin manager is used in browser context (Electron renderer) and is thrown by this specific line:
I’ll try to copy the exact error later, it’s about console.Console
either missing or not being a constructor.
For now downgraded to 0.15.0.
New user here, nice work!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Measures of Model Fit for Linear Regression Models
Three statistics are used in Ordinary Least Squares (OLS) regression to evaluate model fit: R-squared, the overall F-test, and the Root Mean Square...
Read more >The Least Squares Regression Method – How to Find the Line ...
What is the Least Squares Regression method and why use it? Least squares is a method to apply linear regression.
Read more >A greedy regression algorithm with coarse weights offers ...
Regularized regression analysis is a mature analytic approach to identify weighted sums of variables predicting outcomes. We present a novel ...
Read more >How To Interpret R-squared in Regression Analysis
Unbiased in this context means that the fitted values are not systematically ... Related posts: Understand Precision in Applied Regression to Avoid Costly ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The problem is the assumption that the current console object is the NodeJS object. For example if you use a log framework as electron-log the Console costructor don’t exists.
A simple patch ( work in my case ) is:
@davideicardi now I don’t have much time. I will see what I can do.