node-red 根目录 ubuntu
时间: 2023-12-09 19:35:40 浏览: 171
node-red-contrib-readdir:Node-RED节点,用于列出目录中的文件
以下是在Ubuntu上安装node-red的步骤:
1. 打开终端并输入以下命令以安装Node.js:
```shell
sudo apt-get update
sudo apt-get install nodejs
```
2. 确认Node.js是否正确安装,输入以下命令:
```shell
node -v
```
3. 安装npm,输入以下命令:
```shell
sudo apt-get install npm
```
4. 确认npm是否正确安装,输入以下命令:
```shell
npm -v
```
5. 安装node-red,输入以下命令:
```shell
sudo npm install -g --unsafe-perm node-red
```
6. 确认node-red是否正确安装,输入以下命令:
```shell
node-red -v
```
7. 运行node-red,输入以下命令:
```shell
node-red
```
8. 打开浏览器并输入以下地址:http://localhost:1880,即可访问node-red。
阅读全文