https://rntlab.com/module-6/installing-node-red-ui/ on the auto start section, i get a lot of 404 when copy pasting Start your code here Start your code herepi@raspberrypi:~ $ sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-O/lib/systemd/system/nodered.service–2016-04-16 11:43:11– https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-O/lib/systemd/system/nodered.serviceResolving raw.githubusercontent.com (raw.githubusercontent.com)… 23.235.43.133Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443… connected.HTTP request sent, awaiting response… 404 Not Found2016-04-16 11:43:12 ERROR 404: Not Found.pi@raspberrypi:~ $ sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-O/lib/systemd/system/nodered.service–2016-04-16 11:44:02– https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-O/lib/systemd/system/nodered.serviceResolving raw.githubusercontent.com (raw.githubusercontent.com)… 185.31.18.133Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.18.133|:443… connected.HTTP request sent, awaiting response… 404 Not Found2016-04-16 11:44:02 ERROR 404: Not Found.pi@raspberrypi:~ $ sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-O /lib/systemd/system/nodered.service–2016-04-16 11:44:24– https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-OResolving raw.githubusercontent.com (raw.githubusercontent.com)… 185.31.18.133Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.18.133|:443… connected.HTTP request sent, awaiting response… 404 Not Found2016-04-16 11:44:24 ERROR 404: Not Found./lib/systemd/system/nodered.service: Scheme missing.
anything to do with the fact i get this when i install? pi@raspberrypi:~ $ sudo npm install -g node-red-contrib-uinpm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk requires assert-plus@’>=0.2.0 <0.3.0′ but will loadnpm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus,npm WARN unmet dependency which is version 0.1.5npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash requires assert-plus@’^0.2.0′ but will loadnpm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus,npm WARN unmet dependency which is version 0.1.5node-red-contrib-ui@1.2.19 /usr/local/lib/node_modules/node-red-contrib-ui├── serve-static@1.10.2 (escape-html@1.0.3, parseurl@1.3.1, send@0.13.1)└── socket.io@1.4.5 (has-binary@0.1.7, debug@2.2.0, socket.io-parser@2.2.6, socket.io-adapter@0.4.0, engine.io@1.6.8, socket.io-client@1.4.5)
I think your commands got broken. because you’ve pasted like this: sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service-O/lib/systemd/system/nodered.service–2016-04-16
And it actually need a space: sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service -O /lib/systemd/system/nodered.service
I’ll fix the Unit, because the website broke the commands and it’s a little tricky to copy and paste them
Hi, this set of commands will fix all the errors. can you try them? Thanks! http://bit.ly/1S1aDhU