You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
HI, i've installed "tabler-react": "^2.0.0-alpha.1" and I'm stuck with this error:
./node_modules/tabler-react/dist/Tabler.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./node_modules/tabler-react/dist/Tabler.css)
Error: Can't resolve '/img/flags/ad.svg' in '/home/myuser/mypath/node_modules/tabler-react/dist'
How can I solve it?
Already tried to delete node_modules and redoing npm install but this didn't solve the problem.
Btw, with "tabler-react": "^1.30.1", there is no error but I need StatsCard with charts, so I need the 2.0.0-alpha.1 version...
Thank for the help!
The text was updated successfully, but these errors were encountered:
Changing it to "./images/flags/ad.svg" (replacing all /img to ./images/) helps a little bit, but that it complains about './images/flags/es-ct.svg' which indeed does not exist.
HI, i've installed
"tabler-react": "^2.0.0-alpha.1"
and I'm stuck with this error:How can I solve it?
Already tried to delete node_modules and redoing
npm install
but this didn't solve the problem.Btw, with
"tabler-react": "^1.30.1"
, there is no error but I need StatsCard with charts, so I need the 2.0.0-alpha.1 version...Thank for the help!
The text was updated successfully, but these errors were encountered: