solvvy / redact-pii

Remove personally identifiable information from text.
MIT License
189 stars 57 forks source link

Attempted to import the Node standard library module "path" #42

Open santiagoalmeidabolannos opened 4 years ago

santiagoalmeidabolannos commented 4 years ago

The package at "node_modules\@google-cloud\dlp\src\v2\dlp_service_client.js" attempted to import the Node standard library module "path". It failed because React Native does not include the Node standard library.

I think is quite clear, maybe a conditional import for @google-cloud module will solve the problem