ubuntu 11.04 上的 Node.js 和 Express

发布于 2024-11-28 05:05:20 字数 114 浏览 1 评论 0原文

我想在我的 Node.js 中使用 Express,但现在它说我的 Node.js 对于 Express 来说太高了。现在我想问如何安装正确的node.js 版本。

谢谢,

姆卡维利

I wanted to use express with my node.js but now it says that my node.js is to high for express. Now wat i wanted to ask how do I install the right node.js version.

Thanks,

Mkaveli

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

極樂鬼 2024-12-05 05:05:20

GitHub 上的 express 自述文件中对此进行了说明:

节点兼容性

Express 1.x 与 Node 0.2.x 兼容并连接

1.0。

Express 2.x 兼容 Node 0.4.x 和 connect 1.x

Express 3.x(主分支)与节点0.6.x兼容并连接
2.x

This is stated in express readme on GitHub:

Node Compatibility

Express 1.x is compatible with node 0.2.x and connect < 1.0.

Express 2.x is compatible with node 0.4.x and connect 1.x

Express 3.x (master branch) is compatible with node 0.6.x and connect
2.x

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文