Hi All!
Im newbe in node-red, I installed it on PI 4 B(2GB), and when I do install,- npm install node-red-contrib-modbus-tcp-ip
I have got the folling install flow
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN pi No description
npm WARN pi No repository field.
npm WARN pi No README data
npm WARN pi No license field.
-
node-red-contrib-modbus-tcp-ip@1.1.5
updated 1 package and audited 12 packages in 2.33s
found 0 vulnerabilities
After that in node red i cant find appropriates nodes
The same situations with
npm install node-red-contrib-modbustcp
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN pi No description
npm WARN pi No repository field.
npm WARN pi No README data
npm WARN pi No license field. -
node-red-contrib-modbustcp@1.2.3
updated 1 package and audited 12 packages in 2.097s
found 0 vulnerabilities
So I need help!