Closed nomcopter closed 2 years ago
IIRC when I ran into this:
I just removed the "Install Yarn" step from here
https://github.com/nomcopter/react-mosaic/blob/master/.circleci/config.yml#L17
As yarn is already included as per:
https://circleci.com/docs/2.0/yarn/#using-yarn-in-circleci
Note that you may be tempted to upgrade this image:
https://github.com/nomcopter/react-mosaic/blob/master/.circleci/config.yml#L12
To cimg/node, but I believe you have to set up authentication.
Fixes #161 Fixes #181
Changes proposed in this pull request:
Adds
blueprintNamespace
as an optional prop ofMosaic
so thatmosaic-blueprint-theme
can work with Blueprint v4