How to install npm package from python script?

前端 未结 2 544
野趣味
野趣味 2021-01-18 00:28

How to install npm package from a python script?

When I use subprocess.Popen([\"node\", \"app.js\"]) it is OK.

2条回答
提交回复
热议问题