Skip to content

Commit cbb43eb

Browse files
yutaojJiangYuTao
andauthored
mbt does not support lower minor version of Nodejs v11, v12, v13 (#1088)
Co-authored-by: Jiang, Yu-tao <yu-tao.jiang@sap.com>
1 parent ae4b1b6 commit cbb43eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ It is also possible to download and "install" the `mbt` executable via github re
4848

4949
The Cloud MTA Build Tool published docker images on docker hub with a pre-configured set of runtime tools (nodejs/java/maven/...).
5050

51-
## Node.js v10/ECMAScript modules
51+
## Node.js v10 and lower minor version of Node.js v11, v12, v13 /ECMAScript modules
5252

53-
More and more npm packages use ECMAScript modules instead of commonJS, for ECMAScript modules are the official standard format to package JavaScript code for reuse. From v1.2.25, we use axios instead of binwrap(which has moderate severity vulnerabilities) to download binary files, but axios only supports ECMAScript modules and can't work on Node.js v10. So since v1.2.25, mbt will not support Node.js v10 and lower versions.
53+
More and more npm packages use ECMAScript modules instead of commonJS, for ECMAScript modules are the official standard format to package JavaScript code for reuse. From v1.2.25, we use axios instead of binwrap(which has moderate severity vulnerabilities) to download binary files, but axios only supports ECMAScript modules and can't work on Node.js v10 and lower minor version of Node.js v11, v12, v13. The axios can work on latest version of Node.js v11.15, v12.22, v13.14. So since v1.2.25, mbt will not support Node.js v10 and lower versions, including lower minor version of Node.js v11, v12, v13.
5454

5555
## License
5656

0 commit comments

Comments
 (0)