Alex Yang
Alex Yang
> I runed `yarn add @mui/[email protected]` and did not get any message error. Could you share the package.json before you get the error, and the command lined you runed to...
I expected a same error and I would help on this
The problem is `import` syntax in webpack https://webpack.js.org/api/module-methods/#dynamic-expressions-in-import ``` The import() must contain at least some information about where the module is located. ```
The reason is `SIGSTKSZ` is no longer constant on Linux ``` * Add _SC_MINSIGSTKSZ and _SC_SIGSTKSZ. When _DYNAMIC_STACK_SIZE_SOURCE or _GNU_SOURCE are defined, MINSIGSTKSZ and SIGSTKSZ are no longer constant on...
workaround: ```bash sudo apt install gcc-10 g++-10 export CC=gcc-10 export CXX=g++-10 make ```
@CertainLach room1504 has indicated that they dont want to use babel
Fixed in https://github.com/TexteaInc/json-viewer
try to use https://github.com/TexteaInc/json-viewer 1.24.4
```html new JsonViewer({ value: 123 }).render() ```
`Command + F`?