<!-- Thanks for your issue report! In order for us to be able to reproduce the problem and identify the root cause quickly, we kindly ask you to include *all* the information requested below in your issue report. It saves us a lot of effort and allows us to provide you with a solution with as little delay as possible. Issues submitted without the requested information will be closed. Thank you for your understanding. --> 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. ``` (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
In Following the README.md it says to run the following to lint the project :
npm run lintI 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