natcl / node-red-contrib-rpi-ws2801

6 stars 3 forks source link

Error and fail to install #9

Open MikePRoberts opened 4 years ago

MikePRoberts commented 4 years ago

I would love to use your node in an Instructable I am writing. I get errors on install. I have included the log (with timestamps removed) below. I am using a fresh install of Buster lite Sept 19, NodeRed v1.0.3, and the install was node-red-contrib-rpi-ws2801 1.0.1 Other node sets, e.g. node-red-dashboard installed fine. Many thanks. Mike

npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-rpi-ws2801@1.0.1 npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/Jorgen-VikingGod/node-rpi-ws2801.git npm ERR! enoent npm ERR! enoent

npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

natcl commented 4 years ago

You will need to install git on your system.

-- lecaude.com studioimaginaire.com

Le 17 déc. 2019 à 05:07, Mike Roberts notifications@github.com a écrit :

 I would love to use your node in an Instructable I am writing. I get errors on install. I have included the log (with timestamps removed) below. I am using a fresh install of Buster lite Sept 19, NodeRed v1.0.3, and the install was node-red-contrib-rpi-ws2801 1.0.1 Other node sets, e.g. node-red-dashboard installed fine. Many thanks. Mike

npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-rpi-ws2801@1.0.1 npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/Jorgen-VikingGod/node-rpi-ws2801.git npm ERR! enoent npm ERR! enoent

npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.