Skip to content
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

Error when trying to commit #102

Open
wesleybl opened this issue May 15, 2024 · 1 comment
Open

Error when trying to commit #102

wesleybl opened this issue May 15, 2024 · 1 comment

Comments

@wesleybl
Copy link
Contributor

wesleybl commented May 15, 2024

After running the yarn install command and try to commit a change to a less file, I get the error:

✖ make stylelint-fix:
bash: linha 1: ../../../node_modules/.bin/stylelint: File or directory not found
make: *** [Makefile:109: stylelint-fix] Erro 127
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

To develop with this addon, do I need to create a Volto app, even though make already does this with Docker?

@avoinea
Copy link
Member

avoinea commented May 17, 2024

@wesleybl Yes, usually you'll develop this add-on within a frontend project.

Still, you can skip the verify on commit with:

git commit --no-verify

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

2 participants