简体   繁体   English

Node.js“表达”是否带有“连接”?

[英]Does Node.js “express” come with “connect”?

在我使用npm安装Express之后......如果我想使用“connect”的内置内容,我是否必须安装“connect”?

Express建立在连接之上,因此具有所有连接的内置功能。

npm will handle dependencies automatically. npm将自动处理依赖项。

So when you do npm install express it will install express an all the attached dependencies. 因此,当您执行npm install express ,它将安装表达所有附加的依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM