Open mihalski opened 8 years ago
I've got the same error too.
The problem is the preinstall
hook in the package.json
which wants to run git submodule update
.
But as there is not git repository initialized, it can't do that.
The solution would be to remove the preinstall
hook, as there are no submodules anyway.
Hi,
I just tried to install on a Raspberry Pi 3 running Raspbian Jessie with the Nodesource nodejs packages and received the following error:
The contents of /home/pi/.node-red/npm-debug.log are:
Has anyone else encountered this and/or know how to solve it?
Regards, Michal