pip install -r requirements.txt
- npm version 8.3.0
- node version 17.3.0
- to in stall node and npm following these steps:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
nvm install v17.3.0
- Recheck versions:
npm -v
node -v
cd frontend
npm i --force
npm start