Skip to content

https://iojs.org/api/addons.html hello world doesn't work on windows #1526

Closed
@kolodny

Description

@kolodny

I tried following the simple example at https://iojs.org/api/addons.html

You can see the code and error at this example repo I've also attached the error I'm getting below:

module.js:353
  Module._extensions[extension](this, filename);
                               ^
Error: Module did not self-register.
    at Error (native)
    at Module.load (module.js:353:32)
    at Function.Module._load (module.js:308:12)
    at Module.require (module.js:363:17)
    at require (module.js:382:17)
    at Object.<anonymous> (c:\Users\Kolodny\Documents\RandomProjects\node-addon-test\hello.js:2:13)
    at Module._compile (module.js:428:26)
    at Object.Module._extensions..js (module.js:446:10)
    at Module.load (module.js:353:32)
    at Function.Module._load (module.js:308:12)

I'm using v1.8.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    windowsIssues and PRs related to the Windows platform.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions