Closed maksalees closed 9 months ago
Any progress?
Hi, I am confused because I am unable to reproduce your issue. Can you retry on a fresh clone using the make ui
command?
git clone git@github.com:ncarlier/readflow.git
cd readflow
git submodule init && git submodule update
make ui
Maybe related to your issue : https://oss.issuehunt.io/r/manuelbieh/react-ssr-setup/issues/88
Hi, I am confused because I am unable to reproduce your issue. Can you retry on a fresh clone using the
make ui
command?git clone git@github.com:ncarlier/readflow.git cd readflow git submodule init && git submodule update make ui
Still same issue
make: go: No such file or directory
>>> Building Web UI...
> readflow-app@0.1.0 build
> npm run lint && react-scripts build
> readflow-app@0.1.0 lint
> eslint src/**/*.{js,jsx,ts,tsx,json}
Oops! Something went wrong! :(
ESLint: 8.25.0
No files matching the pattern "src/**/*.jsx" were found.
Please check for typing mistakes in the pattern.
make: *** [Makefile:132: ui] Error 2
Maybe related to your issue : https://oss.issuehunt.io/r/manuelbieh/react-ssr-setup/issues/88
After I replaced eslint src/**/*.{js,jsx,ts,tsx}
to eslint --ext .js,.jsx,.ts,.tsx src/
in ui/package.json
, it works. I will create a pull request with a fix.
When I try to build the UI with
npm run build
, the following error appears: