当前位置:
教程如何使用 Node js 直到显示“Hello World”
2024-06-08
1w+
1.下载 Node js.
2.下载 git.
3.使用 git 终端。
4.确保您使用的是最新版本。
在 git 中使用 npm -v 和 node -v 检查 Node js 版本
5.转到桌面文件
6.创建文件夹使用 mkdir -名称文件夹-
7.前往文件夹训练
8.创建内容和文件使用 echo 'console.log("hello santri")' > index.js
9.使用 node -name file- 运行 js 并查看结果
上一篇: 暂无相关文章