在 Windows x86 中开始使用 NODE.JS [英] Getting started with NODE.JS in windows x86

查看:18
本文介绍了在 Windows x86 中开始使用 NODE.JS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

刚开始使用 node.js.我有一台 Windows 电脑.我去 nodejs.org 下载了 Windows 的 nodejs.msi,然后我在 programfilesx86 中看到了一个文件夹.

Just getting started with node.js. I've a Windows PC. I went to nodejs.org and downloaded the nodejs.msi for Windows then, I saw a folder in programfilesx86.

我如何编写和编译我的 helloworld 程序?

How do i write and compile my helloworld program?

我想,我必须使用命令提示符.我什至创建了一个文件 hello.js 但我不知道它去哪里或如何执行它.

I guess, I have to use the command prompt. I even created a file hello.js but i don't know where it goes or how to execute it.

对此的任何意见将不胜感激.

Any inputs on this will be appreciated.

推荐答案

转到命令提示符 (> Run > cmd),这是 Windows 终端.

Go to the command prompt (> Run > cmd), which is the Windows terminal.

输入 node -v 以查看 Node 是否响应正常(它应该显示安装的版本).

There type node -v to see if Node is responding ok (it should display the version installed).

之后导航到包含hello world"示例的文件夹.

After that navigate to the folder containing your 'hello world' example.

例如,如果你的 hello.js 在 C:\ 中,则:

For ex if you hello.js is in C:\ then:

cd C:
node hello.js

应该可以.

这篇关于在 Windows x86 中开始使用 NODE.JS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆