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
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.
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 ...
Hi,
When I initialize the project I get an error on the last step :
Can you help me ?
Regards
Frédérik
The text was updated successfully, but these errors were encountered: