Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 无法在Windows上安装node.js_Javascript_Node.js - Fatal编程技术网

Javascript 无法在Windows上安装node.js

Javascript 无法在Windows上安装node.js,javascript,node.js,Javascript,Node.js,我使用的是Windows7专业版32位。 我能够成功地安装xampp和node.js 我有一些node.js的代码。我将jst复制到htdocs/projectname中 现在,当我在这条路径上运行这个commonad时 C:\xampp\htdocs\projectname\nodejs>node app.js This version of C:\xampp\htdocs\projectname\nodejs\node.exe is not compatible with the v

我使用的是Windows7专业版32位。 我能够成功地安装xampp和node.js

我有一些node.js的代码。我将jst复制到htdocs/projectname中

现在,当我在这条路径上运行这个commonad时

C:\xampp\htdocs\projectname\nodejs>node app.js
This version of C:\xampp\htdocs\projectname\nodejs\node.exe is not 
compatible with the version of Windows you're running. Check your computer's system informatio
n to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program,
 and then contact the software publisher.
有人能帮我配置一下吗


谢谢

听起来您安装了64位版本的Node,需要32位版本。看起来很明显。