Closed JosefBredereck closed 1 year ago
I did a test with node v16.19.0
and PHP 8.1.15
and 7.4.33
and cannot reproduce the issue.
When switching the PHP versions i have removed node_modules
and ran npm i
again.
Thanks for reverification. Maybe this was a local issue for me. Closing the issue then.
Sure, no problem.
Maybe this is related to #1310 and/or https://github.com/knapsack-cloud/twig-renderer/issues/78. Although i did not run into this for a long time - fortunately.
Anyway i will keep an eye on that during my further use.
I am using Pattern Lab Node
v6.0.1
onWindows | Mac | Linux
, with Nodev16.17.0
, using aTwig
Edition.Expected Behavior
When I change any twig template, pattern lab rebuilds and reloads the page. The new template is applied and visible in the output view.
Actual Behavior
When I change any twig template, pattern lab rebuilds and reloads the page. No changes are visible, and they are not present in the template.
Steps to Reproduce
npm create pattern-lab
patternlab install --starterkits @pattern-lab/starterkit-twig-demo
npm run start