wolkenschloss / nubes

Learning project for microservices
Apache License 2.0
0 stars 0 forks source link

Conventional commits don't work in the IDE if no Nodejs interpreter is set there. #299

Open haschi opened 2 years ago

haschi commented 2 years ago

The Git Console shows the following error:

.git-hooks/commit-msg: 7: git-conventional-commits: not found

The cause is the missing configuration of the Nodejs interpreter when the project is opened in the IDE for the first time. The configuration is simply not available.