Qrzysio
Qrzysio
@fabswt I faced the same problem. I had to put the whole path, like this: `$debugbarRenderer = new JavascriptRenderer( $debugbar, "http://example.cm/subfolder/vendor/maximebf/debugbar/src/DebugBar/Resources/");` Nothing else was working.
The last update was about a few weeks ago.
A bit better, but still not working. Now I get the below error. ``` (...) Successfully compiled 12 files with Babel (967ms). > @coreui/[email protected] css-prefix > postcss --config build/postcss.config.js --replace...
Thanks. It turned out that cleaning the cache requires `--force`: `npm cache clean --force` Surprisingly, a different behaviour is when I install via `yarn` and different when using `npm`. Using...
@mrholek any update?