You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing that blog post, in the markdown file, This error: Cannot read property 'buildPlaceholders' of undefined is raised (when running kulfon build or kulfon compile) because of that line I marked out, i.e php, if I change that part to js instead of php it works well.
I wanted to do something like this in my markdown file i.e use PHP code:
When I run
kulfon build
, I get this:Cannot read property 'buildPlaceholders' of undefined
but when I remove the
php
and change to another language, sayjs
it works without error.Is there something I'm doing wrong?
The text was updated successfully, but these errors were encountered: