raymondjavaxx / swearjar-node

Profanity detection and filtering library.
MIT License
73 stars 33 forks source link

loadBadWords: Cannot read property 'filename' of undefined #16

Open vincentbester opened 5 years ago

vincentbester commented 5 years ago

Using swearjar inside Vue project, trying to load json file of custom bad words.

Gets error saying that parent is undefined in following line : var basePath = path.dirname(module.parent.filename);