Skip to content

npm install doesn't work in node 12 #54

@kerspoon

Description

@kerspoon

If you try to install with node 12 you get a lot of errors like:

~\chalktalk\server\node_modules\bufferutil\src\bufferutil.cc(25): error C2039: 'Handle': is not a member of 'v8'

Seems to be utf-8-validate and bufferutil causing the problem.

Looks like a similar error to nodejs/node-gyp#1804 (comment)

Might be worth upgrading these packages or just putting a note in the install page on the wiki.

>npm --version
6.9.0

>node --version
v12.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions