No more need the buffer tools module
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 494
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect Software/NodeJS/libs/grovepi.js and the NodeJS package.json. Confirm that the buffertools require is unused, remove that require and its dependency entry, then verify that Node-RED node installation no longer attempts to install buffertools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100