Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

NODE_MODULE_VERSION 85 required #139

@XNinety9

Description

@XNinety9

Description

Can't add spellchecker to project because it requires NODE_MODULE_VERSION 85.

When I add it to my project and start the whole thing, I get this message:

App threw an error during load
Error: The module '/Users/user/Documents/Repositories/project/node_modules/spellchecker/build/Release/spellchecker.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 85. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

I tried:

  • many versions of Node, but according to this list NODE_MODULE_VERSION 85 does not exist at all.
  • switching from yarn to npm
  • npm rebuild

Nothing works :(

Can someone help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions