Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.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
Raspberry pi Ubuntu mate RPi3上的VS代码_Raspberry Pi_Visual Studio Code - Fatal编程技术网

Raspberry pi Ubuntu mate RPi3上的VS代码

Raspberry pi Ubuntu mate RPi3上的VS代码,raspberry-pi,visual-studio-code,Raspberry Pi,Visual Studio Code,我正在关注这个链接(http://www.hanselman.com/blog/BuildingVisualStudioCodeOnARaspberryPi3.aspx)用于在RPi3(Ubuntu mate_la)上安装VS代码 当我命令/script/npm.sh install~~,stdout/stderr就是这样。 https://github.com/ParkDyel/practice/blob/master/docs/scripts_npm_sh_node_v4_2_1.log 当

我正在关注这个链接(
http://www.hanselman.com/blog/BuildingVisualStudioCodeOnARaspberryPi3.aspx
)用于在RPi3(Ubuntu mate_la)上安装VS代码

当我命令
/script/npm.sh install~~,
stdout/stderr就是这样。
https://github.com/ParkDyel/practice/blob/master/docs/scripts_npm_sh_node_v4_2_1.log

当我命令
/script/code.sh
时,stdout/stderr就是这样。
https://github.com/ParkDyel/practice/blob/master/docs/scirpts_code_sh.log


即使,带有
sudo
的命令也会出现类似错误。

您是否尝试过查看此错误?在您(Kakami Okatsu)的评论之后,我曾尝试过sudo apt get uninstall nodejs#uninstall nodejs 4.2.6 wget#获取最新的ARM构建tar-xvf node-v6.6.0-linux-armv7l.tar.gz#提取它sudo cp node-v6.0-linux-armv7l/etc/node6.6#将提取的文件复制到/etc文件夹sudo ln-s/etc/etc/node6.6/bin/node/usr/bin/bin#链接nodejs可执行文件sudo-s/node6/npm/usr/bin/npm#链接npm可执行文件节点——版本#应输出v6.6.0,但错误与上述错误文件类似。所以我手动安装了gulf watch npm,但是scrtips/code.sh没有收集到工作。然后,运行code.sh产生许多错误(我忘记了它记录了它…),现在说找不到模块“~/vscode”,我认为您应该在Github上发布这个问题,因为它与代码无关,不属于堆栈溢出。您是对的。谢谢