sql-js / react-sqljs-demo

A demonstration showing how to use sql.js with create-react-app
https://react-sqljs-demo.ophir.dev/
MIT License
104 stars 33 forks source link

Unable to build the Project #25

Closed arihantparsoya closed 9 months ago

arihantparsoya commented 1 year ago

While building the project, I am getting the following error

> react-sqljs-demo@1.0.0 build
> CI=false craco build

craco:  *** Cannot find ESLint loader (eslint-loader). ***
Creating an optimized production build...
Browserslist: caniuse-lite is outdated. Please run:
  npx browserslist@latest --update-db
  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
Failed to compile.

No element indexed by 606
CalculatingZero commented 9 months ago

I just submitted a pull request to make this project functional again: https://github.com/sql-js/react-sqljs-demo/pull/26

Here is the working fork: https://github.com/CalculatingZero/react-sqljs-demo