We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Following the README.md it says to run the following to lint the project : npm run lint
npm run lint
I get an error on flake8 missing
I would have expected it to be in ~/server/requirements.txt if it was needed.
(env) ➜ server git:(main) ✗ npm run lint > lint > cd server && flake8 sh: flake8: command not found
I have the following installed :
node --version v16.5.0
Along with all other requirements
The text was updated successfully, but these errors were encountered:
Install flake8 (fixes #9)
9a9c8c0
Successfully merging a pull request may close this issue.
In Following the README.md it says to run the following to lint the project :
npm run lint
I get an error on flake8 missing
I would have expected it to be in ~/server/requirements.txt if it was needed.
I have the following installed :
Along with all other requirements
The text was updated successfully, but these errors were encountered: