如何部署节点应用程序依赖项?如何确保使用 npm 安装某个包的某些版本?
部署节点应用程序依赖项的最佳方法是什么?如何确保使用 npm 安装某个包的某些版本。是否有像 python 的 pip 中的 requests.txt 这样的配方文件?
What's the best way to deploy the dependencies for a node app. How is possible to ensure to install certain versions of a package with npm. Are there like recipe files as the requirements.txt with python's pip?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
package.json
指定模块的依赖项。https://docs.npmjs.com/files/package.json#dependencies
A
package.json
specifies a module's dependencies.https://docs.npmjs.com/files/package.json#dependencies