You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in GrovePi/blob/master/Software/NodeJS/libs/grovepi.js
var bufferTools = require('buffertools').extend() has been declared but not used,
and package.json also has "dependencies" entry of "buffertools": "2.1.*".
buffertoools module had been depredated.
we are using GrovePi module for our Node-RED custom nodes for GrovePi access and got an error on nodes install process.
could you please delete buffertools require statement and package.json entry.
The text was updated successfully, but these errors were encountered:
in GrovePi/blob/master/Software/NodeJS/libs/grovepi.js
var bufferTools = require('buffertools').extend() has been declared but not used,
and package.json also has "dependencies" entry of "buffertools": "2.1.*".
buffertoools module had been depredated.
we are using GrovePi module for our Node-RED custom nodes for GrovePi access and got an error on nodes install process.
could you please delete buffertools require statement and package.json entry.
The text was updated successfully, but these errors were encountered: