Skip to content

Change to JSON key file breaks using relative paths #95

@jasonpolites

Description

@jasonpolites

This recent change to using a single JSON file for the key data makes sense but it now breaks if you specify a path relative to the root of the project. By default require(...) will search node_modules if the path specified is relative.

Recommend using more generalized file system operations (e.g. fs & path) so that applications can remain isolated from their environment

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions