Skip to content

grpc bug #33

@guybedford

Description

@guybedford

The issue with the package.json error there is the following line in node_modules/grpc/src/grpc_extension.js:

var binding_path =
    binary.find(path.resolve(path.join(__dirname, '../package.json')));

where __dirname then has a different meaning in the built file than from the original.

the above binding_path is then passed directly to require. Ideally binding_path should be statically computed in its entitreity.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions