📌  相关文章
📜  如何在文件夹中使用特定的节点版本 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:31.103000             🧑  作者: Mango

代码示例1
Make sure to CD into the root directory of the project, then run the following commands.
NOTE: You can change the version number to any other version.
>npm install -D node@v11.4.0
>./node_modules/.bin/node --version
>v11.4.0