ronomon / reed-solomon

Fast, reliable Reed-Solomon erasure coding as a native addon for Node.js.
MIT License
110 stars 14 forks source link

Cannot find module './binding.node' #8

Open sarscoders opened 3 years ago

sarscoders commented 3 years ago

Error: Cannot find module './binding.node' Require stack:

I am getting Cannot find module './binding.node' error you have used var ReedSolomon = require('./binding.node'); code in line no 5 of test.js code

HanzCEO commented 6 months ago

Run node-gyp rebuild in the package directory