简体   繁体   English

Node.js 向前兼容吗?

[英]Is Node.js forwards compatible?

My belief is that Node.js is forwards compatible.我相信 Node.js 是向前兼容的。 A script that runs in Node.js N should also run in Node.js N+1.在 Node.js N 运行的脚本也应该在 Node.js N+1 运行。 Is there any documentation that I couldn't find mentioning this?有没有我找不到提到这个的文件? Or is there some way of knowing other than simply installing a newer version and test it?或者除了简单地安装更新版本并进行测试之外,还有其他方法可以知道吗?

I've written some scripts a few years ago, back when the current Node.js major release was v5.几年前我写过一些脚本,当时 Node.js 主要版本是 v5。 I want to upgrade the system, but need to be sure that the current process will not break.我想升级系统,但需要确保当前进程不会中断。

I guess that what you are looking for is this website .我想您正在寻找的是这个网站

暂无
暂无

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

相关问题 ZeroMQ for Node.js是否与Electron兼容? - Is ZeroMQ for Node.js compatible with Electron? Heroku node.js应用程序与buildpack不兼容 - Heroku node.js app not compatible with buildpack Node.js CPU密集型高负载的脚本,用于从端口到端口转发数据 - Node.js CPU intensive high load for a script that forwards data from port to port Node.Js与iPhone Objective C开发的应用程序兼容吗? - Is Node.Js compatible with iPhone Objective C development for apps? 实现与 node.js 兼容的客户端“要求”function - Implementation of a client-side 'require' function compatible with node.js firebase JS SDK 包是否与云函数的 Node.js 环境兼容? 为什么要使用 firebase-admin? - Is the firebase JS SDK package compatible with the Node.js environment of a cloud function? Why use firebase-admin? 如何以与Node.js和浏览器JavaScript同时兼容的方式跨文件导入JavaScript函数 - How to import JavaScript functions across files in manner that is simultaneously compatible with Node.js and with browser JavaScript 自动将Node.js API导出为TSV或其他excel兼容格式 - Automating exports from a Node.js API to TSV or other excel compatible format 浏览器(客户端)是否具有与node.js(服务器)兼容的ZLIB.deflate实现? - Is there a node.js (server) compatible ZLIB.deflate implementation for the browser (client) 如何在 Node.js 中正确执行 Git 兼容的十六进制 sha 打包/压缩 - How to do proper Git compatible hex sha packing/compression in Node.js
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM