Closed
Description
I am using Pattern Lab Node v6.0.0
on Mac
, with Node v14.21.2
, using a Vanilla
Edition.
Expected Behavior
npm run start
after creating a new pattern lab instance would just run and open the pattern lab UI within the browser.
Actual Behavior
An error gets logged instead directly after npm run start
:
Error: Please check config passed into TwigRenderer.
🛑 should NOT have additional properties: 'package' - add this to schema or remove
Steps to Reproduce
npm create pattern-lab
- Choose the following configuration:
✔ ⊙ patternlab → Installed edition: @pattern-lab/edition-twig
✔ ⊙ patternlab → Installed starterkit: @pattern-lab/starterkit-twig-demo
✔ ⊙ patternlab → Yay ☺. Pattern Lab Node was successfully initialized in ./
- Afterwards run
npm run start
Activity