Advertisement

TrimwebsolutionsTrimwebsolutions

Problem and Solutions

install Python dependencies from within package.json in Node.js

By M.K. Verma · 2 May 2022

install Python dependencies from within package.json in Node.js

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