npm start
Error specify:-
Welcome to Node-RED
===================
4 Oct 10:29:36 - [info] Node-RED version: v0.17.5
4 Oct 10:29:36 - [info] Node.js version: v4.4.7
4 Oct 10:29:36 - [info] Windows_NT 10.0.15063 x64 LE
4 Oct 10:29:37 - [info] Loading palette nodes
4 Oct 10:29:39 - [warn] [modbustcp-no-pooling-server] Deprecated call to RED.runtime.nodes.registerType - node-set name
must be provided as first argument
4 Oct 10:29:39 - [warn] [modbustcp-no-pooling-write] Deprecated call to RED.runtime.nodes.registerType - node-set name m
ust be provided as first argument
4 Oct 10:29:39 - [warn] [modbustcp-no-pooling-read] Deprecated call to RED.runtime.nodes.registerType - node-set name mu
st be provided as first argument
4 Oct 10:29:41 - [info] UI started at /ui
4 Oct 10:29:41 - [info] Dashboard version 2.5.1 started at /ui
4 Oct 10:29:42 - [warn] ------------------------------------------------------
4 Oct 10:29:42 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node
4 Oct 10:29:42 - [warn] [tail] Not currently supported on Windows.
4 Oct 10:29:42 - [warn] [modbus rtu] Error: %1 is not a valid Win32 application.
\\?\C:\redjsworkspace\node_modules\serialport\build\Release\serialport.node
4 Oct 10:29:42 - [warn] [modbus tcp] Error: ModbusTCPConnection already registered (line:72)
4 Oct 10:29:42 - [warn] [OpcUa-Item] Error: Cannot find module '_generated_/_auto_generated_ServerStatus'
4 Oct 10:29:42 - [warn] [OpcUa-Client] Error: Cannot find module '_generated_/_auto_generated_ServerStatus'
4 Oct 10:29:42 - [warn] [OpcUa-Browser] Error: Cannot find module '_generated_/_auto_generated_ServerStatus'
4 Oct 10:29:42 - [warn] [OpcUa-Server] Error: Cannot find module '_generated_/_auto_generated_ServerStatus'
4 Oct 10:29:42 - [warn] [OpcUa-Event] Error: Cannot find module '_generated_/_auto_generated_ServerStatus'
4 Oct 10:29:42 - [warn] [modbus-serial] Error: %1 is not a valid Win32 application.
\\?\C:\redjsworkspace\node_modules\serialport\build\Release\serialport.node
4 Oct 10:29:42 - [warn] [ui_button] Error: ui_button already registered (line:67)
4 Oct 10:29:42 - [warn] [ui_switch] Error: ui_switch already registered (line:105)
4 Oct 10:29:42 - [warn] [ui_slider] Error: ui_slider already registered (line:36)
4 Oct 10:29:42 - [warn] [ui_numeric] Error: ui_numeric already registered (line:37)
4 Oct 10:29:42 - [warn] [ui_text_input] Error: ui_text_input already registered (line:34)
4 Oct 10:29:42 - [warn] [ui_text] Error: ui_text already registered (line:39)
4 Oct 10:29:42 - [warn] [ui_gauge] Error: ui_gauge already registered (line:76)
4 Oct 10:29:42 - [warn] [ui_chart] Error: ui_chart already registered (line:267)
4 Oct 10:29:42 - [warn] [ui_toast] Error: ui_toast already registered (line:50)
4 Oct 10:29:42 - [warn] [ui_template] Error: ui_template already registered (line:74)
4 Oct 10:29:42 - [warn] [ui_link] Error: ui_link already registered (line:11)
4 Oct 10:29:42 - [warn] [ui_tab] Error: ui_tab already registered (line:12)
4 Oct 10:29:42 - [warn] [mssql] Error: mssql already registered (line:88)
4 Oct 10:29:42 - [warn] [serialport] Error: %1 is not a valid Win32 application.
\\?\C:\redjsworkspace\node_modules\serialport\build\Release\serialport.node
4 Oct 10:29:42 - [warn] ------------------------------------------------------
4 Oct 10:29:42 - [info] Settings file : \Users\TEM User\.node-red\settings.js
4 Oct 10:29:42 - [info] User directory : \Users\TEM User\.node-red
4 Oct 10:29:42 - [info] Flows file : \Users\TEM User\.node-red\flows_DESKTOP-LNTLK26.json
4 Oct 10:29:42 - [info] Server now running at http://127.0.0.1:1880/
4 Oct 10:29:42 - [warn] Error loading credentials: SyntaxError: Unexpected token ?
4 Oct 10:29:42 - [info] Starting flows
4 Oct 10:29:42 - [info] Started flows
cd ~/.node-red
npm rebuild
So if you are working on the Dashboard, you might clone it from github into c:\src\node-red-node-dashboard. Then cd to ~/.node-red and do "mklink /d .\node_modules\node-red-node-dashboard c:\src\node-red-node-dashboard". Switch back to c:\src\node-red-node-dashboard and do npm install to install any dependencies (will also install dev dependencies) and you can then do a build. After the build, you can restart node-red and all should be good.