full-stack-fastapi-react-postgres-boilerplate icon indicating copy to clipboard operation
full-stack-fastapi-react-postgres-boilerplate copied to clipboard

Error on project initialisation

Open maverick42 opened this issue 4 years ago • 1 comments

Hi,

When I initialize the project I get an error on the last step :

image

Can you help me ?

Regards Frédérik

maverick42 avatar Dec 05 '20 09:12 maverick42

I've been trying for hours to get it to work ...

I had to find :) and add these lines so that ninja2 doesn't process files ...

"_copy_without_render": [ "frontend/src//*.html", "frontend/src//.js", "frontend/src/**/.jsx", "frontend/node_modules/", "backend/app/app/email-templates/", "frontend/test//.js", <<< here "frontend/test//*.snap", << here "frontend//*.jsx". << here ]

I had to force versions in .json package: "styled-components": "4.4.1", "husky": "4.2.5", "jest-styled-components": "6.3.4",

in docker file #FROM node:latest as build-stage FROM tiangolo/node-frontend:10 as build-stage

But for husky it asks for a git version >= 2.13 and it is not the version embedded in docker images ... In the end I still have these error lines and I give up.

image

So, this project is unusable only a few months after being created ... It would have been better if it had been considered by the author as depreciated ...

maverick42 avatar Dec 06 '20 07:12 maverick42