I had some issue about grpc and node-gyp during installing the @zk-email/helper(with pnpm add). After analysis, pki doesn't be imported and I can't find the source code for the lib.
Type of Change
Remove unused dependency.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
[ ] I have discussed with the team prior to submitting this PR
[ ] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] My changes generate no new warnings
[ ] New and existing unit tests pass locally with my changes
Description
I had some issue about grpc and node-gyp during installing the @zk-email/helper(with
pnpm add
). After analysis, pki doesn't be imported and I can't find the source code for the lib.Type of Change
Remove unused dependency.
Checklist: