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 try to install superset-frontend folder as a package by using the GitPkg tool. But I got an error that links to @superset-ui/plugin-chart-period-over-period-kpi:
error Package "" refers to a non-existing file '"/Users/ar.gusev/Library/Caches/Yarn/v6/.tmp/5b638f445cee7c3c258eea521b4ed43c/plugins/plugin-chart-period-over-period-kpi"'.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
The main reason why it happened is that this plugin doesn't exist in the plugins folder. I suppose, we can remove it from the dependency list, and this approach should resolve the main problem.
Bug description
I try to install
superset-frontend
folder as a package by using the GitPkg tool. But I got an error that links to@superset-ui/plugin-chart-period-over-period-kpi
:The main reason why it happened is that this plugin doesn't exist in the
plugins
folder. I suppose, we can remove it from the dependency list, and this approach should resolve the main problem.How to reproduce the bug
superset-frontend
folderyarn add 'apache/superset#superset-helm-chart-0.12.9'
)Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
Not applicable
Node version
18 or greater
Browser
Not applicable
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: