John Matczak
John Matczak
I'm also receiving the same error message on Ubuntu 20.04 with GRC 3.10
Seems like this solved one of my problems, but I'm getting another error message: ``` ✘ [ERROR] Could not resolve "!!raw-loader!@jupyterlab/theme-light-extension/style/variables.css" node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@lezer+common@1 .2._j2e4yzovy4ljbtuxe37z4bz3vm/node_modules/@datalayer/jupyter-react/lib/jupyter/lab/JupyterLabCss.js:48:31: 48 │ theme = import('!!raw-loader!@jupyterlab/theme-light-extension/style/variables.css'); ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
> Can you add `raw-loader` as dependency in your `package.json`? This was tried and nothing changed.
Seems like this was just one obstacle of many. Removing that block seems to have fixed the error but there's a bunch more imports-related errors in the way. ```js Unable...