rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

Error: Can't resolve '~react-data-grid/dist/react-data-grid.css' #332

Open KP78 opened 2 years ago

KP78 commented 2 years ago

Hi, the app cannot start. It shows the fallowing code.

./src/styles/index.scss (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--5-oneOf-6-3!./node_modules/sass-loader/dist/cjs.js??ref--5-oneOf-6-4!./src/styles/index.scss) Error: Can't resolve '~react-data-grid/dist/react-data-grid.css'

in rawgraphs-app\src\styles'

navono commented 2 years ago

@KP78 If you not install dependencies with project yarn.lock, just comment it out.

nlappas commented 2 years ago

Sorry can you elaborate on the workaround?

Ricocotam commented 1 year ago

Using current latest release works fine (same instructions yarn install yarn start) : https://github.com/rawgraphs/rawgraphs-app/releases/tag/v2.0.0-beta.11 This might be due to the version of react-data-grid that hasn't been updated while other package have

Pignated commented 11 months ago

I am having the same issue, after following the same yarn install yarn start instructions. Any other advice? The favicon appears on the browser but that is about it.

mikima commented 8 months ago

@Pignated could you please copy/paste the error you get?