Skip to content

can not import in node environment #44

@LynnHg

Description

@LynnHg

Thank you for your nice work.

When I use
import stringWidth from 'string-width';
I got an Error [ERR_REQUIRE_ESM]: Must use import to load ES Module.

Hope to support this way to import at the same time:
const stringWidth = require('string-width');

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