Skip to content

Error: The specified procedure could not be found. With sharp js. #930

@SeanSobey

Description

@SeanSobey

Issue or Feature

When using this with sharp js canvas fails to load.

Error: The specified procedure could not be found. *\node_modules\canvas\build\Release\canvas.node

Steps to Reproduce

// Both work fine
require('canvas');
require("sharp");

// Throws error
require("sharp");
require('canvas');

Environment

  • node-canvas (1.6.5)
  • sharp (0.18.1)
  • node 7.10.0 x64
  • Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions