使用 pip 安装 NPM(节点包管理器)?
我在 Heroku 上,我想为 Django 应用程序安装 NPM。是否可以使用 pip 和 requirements.txt
文件来安装 npm?
I'm on Heroku and I would like to get NPM installed for a Django application. Is it possible to get npm installed using pip with the requirements.txt
file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然“否”是对您问题的直接答案,但这可能对您更有帮助:
使用 Django 和 NPM 在 Heroku 上创建应用
While "no" is the direct answer to your question, this is probably more helpful to you:
Creating an app on Heroku with Django and NPM
不会。
pip
安装 python 包。No.
pip
installs python packages.