Skip to content

not ok -- Error: Cannot find module '../../../../src/common/abstractRefiners' #376

Closed
@jp06

Description

@jp06

chrono-node dependency had a regression, and this broke fresh Stencil CLI installs with @bigcommerce/stencil-paper-handlebars-v2 dependency as chrono-node version is not pinned. Might want to pin chrono-node to an older version while this is not fixed in current latest version.

chrono-node regression issue: wanasit/chrono#597

Manual fix for now:

  1. Open the JPMergeWeekdayComponentRefiner.js file where the error originated. In the terminal, just Ctrl + Click the file in the require stack in VS Code.
  2. Update the abstractRefiners import from:
    const abstractRefiners_1 = require("../../../../src/common/abstractRefiners");
    to
    const abstractRefiners_1 = require("../../../common/abstractRefiners");

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