The module doesn't work at all gives the following error
fs.js:549
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'stopwords.json'
at Error (native)
It might have to do with paths in the module looking for the stopwords.json.
The module doesn't work at all gives the following error
fs.js:549
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'stopwords.json'
at Error (native)
It might have to do with paths in the module looking for the stopwords.json.