Skip to content

Node 16: Fix bug with mold-source-map dependency #51

@alykat

Description

@alykat

Noting this here in case it comes up later:

For folks running Node v16, the dailygraphics-next rig might throw an error with the node module mold-source-map complaining about an invalid "main" parameter.

First, delete and try to reinstall the module, in your local dailygraphics-next/node_modules/ folder. (When we tried this today, it didn't work b/c the developer hadn't fixed it on their end.)

If that doesn't work, go into package.json and change
"main": "mold-source-map.js"
to
"main": "index.js"

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