0wczar / airframe-react

Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
https://airframe-react-lime.vercel.app
MIT License
3.94k stars 716 forks source link

Not able to run repo locally #53

Open Jassi10000-zz opened 3 years ago

Jassi10000-zz commented 3 years ago

Am not able to run the repo locally , can someone tell how to do this ?

Getting this : image

image

Mrtitsupatsundown commented 3 years ago

Am not able to run the repo locally , can someone tell how to do this ?

facing the same issue

ShahirZain commented 3 years ago

same issue here

hellereye commented 3 years ago

step1. Comment the code line //@import "react-image-crop" ,in plugins.scss step2. npm install isomorphic-fetch --include-dev step2. npm start

dhruvv90 commented 2 years ago

step1. Comment the code line //@import "react-image-crop" ,in plugins.scss step2. npm install isomorphic-fetch --include-dev step2. npm start

This works fine for me. Thanks @hellereye