Closed
Description
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:
- Open the
JPMergeWeekdayComponentRefiner.js
file where the error originated. In the terminal, just Ctrl + Click the file in the require stack in VS Code. - Update the abstractRefiners import from:
to
const abstractRefiners_1 = require("../../../../src/common/abstractRefiners");
const abstractRefiners_1 = require("../../../common/abstractRefiners");
Metadata
Metadata
Assignees
Labels
No labels