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
I am using Pattern Lab Node
v6.0.0onMac, with Nodev14.21.2, using aVanillaEdition.Expected Behavior
npm run startafter 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:Steps to Reproduce
npm create pattern-lab✔ ⊙ patternlab → Installed edition: @pattern-lab/edition-twig✔ ⊙ patternlab → Installed starterkit: @pattern-lab/starterkit-twig-demo✔ ⊙ patternlab → Yay ☺. Pattern Lab Node was successfully initialized in ./npm run start