Problem and Solutions
install Python dependencies from within package.json in Node.js
By M.K. Verma · 2 May 2022

Replace "dev": "npm install" with "dev": "npm install & pip install"
Advertisement
Problem and Solutions
By M.K. Verma · 2 May 2022

Replace "dev": "npm install" with "dev": "npm install & pip install"