-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build fails, commit fails #1
Comments
can you please provide detailed logs? |
Here the logs: 1. Build failing issue: D:\react-nitro-components>npm run build
2. Commit issue git commit -m "Test commit 25lRunning tasks for *.{js,jsx,css,md} [started] Oops! Something went wrong! :( ESLint: 4.19.1. eslint --init ESLint looked for configuration files in D:\react-nitro-components\tests-config and its ancestors. If it found none, it then looked in your home directory. If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://gitter.im/eslint/eslint Oops! Something went wrong! :( ESLint: 4.19.1. eslint --init ESLint looked for configuration files in D:\react-nitro-components\tests-config and its ancestors. If it found none, it then looked in your home directory. If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://gitter.im/eslint/eslint |
Hi,
Build is failing as there is no 'pages' directory in this repo.
Also, while trying to commit, precommit runs eslint --fix command. But this doesn't succeed as there is no eslintconfig file or ignore condition.
Please help me with the fix. I am not able to add new component to the repository
Thanks
The text was updated successfully, but these errors were encountered: