rawgraphs-app icon indicating copy to clipboard operation
rawgraphs-app copied to clipboard

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

Open KP78 opened this issue 2 years ago • 5 comments

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'

KP78 avatar Nov 14 '21 19:11 KP78

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

navono avatar Dec 21 '21 05:12 navono

Sorry can you elaborate on the workaround?

nlappas avatar Apr 22 '22 16:04 nlappas

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

Ricocotam avatar May 14 '23 14:05 Ricocotam

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.

Pignated avatar Nov 01 '23 18:11 Pignated

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

mikima avatar Jan 26 '24 14:01 mikima