How to run custom extension? #6390
-
DescriptionI'm trying to create a new project type custom extension. I've already read all of these docs: This is what my file structure looks like and when I run I believe this is the same file structure as defined here, so I am not sure what I am doing wrong. For more context, I have also downloaded the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Could you share the actual code rather than a screenshot which does not allow us to work with? From the error, your Lua filter is malformed, your imports are not properly declared or something around that idea. |
Beta Was this translation helpful? Give feedback.
Apologies about that, I thought I was missing a step for rendering. I completely copied over the docusaurus
_extension.yaml
and this was the setting that created the error:Removing this setting made it work.
Here is my code.
Nixtla/statsforecast@main...hahnbeelee:statsforecast:main