Hi everyone, I am relatively new to Node-Red and Linux and am facing a roadblock
Is there any way to install node modules onto a snap installed node-red in an Ubuntu Core 16 IPC?
The IPC I am using only offers the terminal as an interface, so i am restricted to linux commands only
Previously, i was able to install them just fine by using "Manage Palette", but now it doesn't allow me to do so for some reason. Error message shown is "Failed to load node catalogue, check the browser console for more information". I can't even access the log files after chmodding the all permissions to 777... (can't even look at what's wrong, ;=;)
So now I'm exploring other options of installing manually. Ubuntu doesn't have apt-get or npm as a built-in command.
failed to load node catalogue means it can't fetch the list of available nodes from the internet/npm - Is your network link OK ? It should have npm installed as that is how the manage- palette option works.