public:blog:mp:webex-sdk:install-node-red

Dies ist eine alte Version des Dokuments!


Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
New-NetFirewallRule -DisplayName "nodered" -Direction Inbound -Program "C:\program files\nodejs\node.exe" -RemoteAddress 127.0.0.1 -Action Allow
choco install nodejs -y
choco install googlechrome -y
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") 
npm install -g --unsafe-perm node-red
start-job {node-red}
sleep 10
start -WindowStyle Maximized chrome 127.0.0.1:1880
#npm install -g --production windows-build-tools
  • public/blog/mp/webex-sdk/install-node-red.1629986559.txt.gz
  • Zuletzt geändert: 2021/08/26 16:02
  • von Proest, Marcus