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 :
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