Skip to content

Error on project initialisation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
maverick42 opened this issue Dec 5, 2020 · 1 comment
Open

Error on project initialisation #1

maverick42 opened this issue Dec 5, 2020 · 1 comment

Comments

@maverick42
Copy link

Hi,

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

image

Can you help me ?

Regards
Frédérik

@maverick42
Copy link
Author

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant