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
$ tsc
node_modules/@oruga-ui/theme-bulma/dist/types/bulma.d.ts:1:35 - error TS2307: Cannot find module '@oruga-ui/oruga-next' or its corresponding type declarations.
1 import type { OrugaOptions } from "@oruga-ui/oruga-next";
~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/@oruga-ui/theme-bulma/dist/types/bulma.d.ts:1
But @oruga-ui/oruga-next is not defined as even a peer dependency. If I add it as a dev dep, it then fails because it can't find vue and vue-component-type-helpers, and if I add those two as dev deps, it finally builds.
My code is pretty simple, it's a generic module that I use to "patch" the config for all my projects:
After #124 being fixed, the build now fails with:
But
@oruga-ui/oruga-next
is not defined as even a peer dependency. If I add it as a dev dep, it then fails because it can't findvue
andvue-component-type-helpers
, and if I add those two as dev deps, it finally builds.My code is pretty simple, it's a generic module that I use to "patch" the config for all my projects:
I am unsure what is the correct fix for that use case.
The text was updated successfully, but these errors were encountered: