Skip to content

Run bun specs causing issues. #25

@ebellumat

Description

@ebellumat

I don't know why the library needs to run bun to work, it's leaking the commands to other project folder and it's not installing.

The post install from this lib is calsing issues, it's leaking across the folders. skip-fenrir is my project, skip-valhalla is another project.

warning Workspaces can only be enabled in private projects.
[4/4] 🔨  Building fresh packages...
[1/5] ⠐ @sentry/cli
[-/5] ⠐ waiting...
[-/5] ⠐ waiting...
[-/5] ⠐ waiting...
error /Users/ebellumat/Documents/GitHub/skip-fenrir/node_modules/@kingstinct/react-native-activity-kit: Command failed.
Exit code: 2
Command: bun run specs
Arguments: 
Directory: /Users/ebellumat/Documents/GitHub/skip-fenrir/node_modules/@kingstinct/react-native-activity-kit
Output:
$ tsc && bunx nitrogen --logLevel="debug"
../../../app/email-verification.tsx(166,15): error TS2322: Type '{ children: Element; w: number; h: number; bg: "$white"; borderRadius: number; alignItems: "center"; justifyContent: "center"; mb: "$6"; shadowColor: "$gray950"; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }' is not assignable to type 'IntrinsicAttributes & Omit<RNTamaguiViewNonStyleProps, keyof StackStyleBase> & WithThemeValues<StackStyleBase> & WithShorthands<...> & WithPseudoProps<...> & WithMediaProps<...> & RefAttributes<...>'.
  Property 'elevation' does not exist on type 'IntrinsicAttributes & Omit<RNTamaguiViewNonStyleProps, keyof StackStyleBase> & WithThemeValues<StackStyleBase> & WithShorthands<...> & WithPseudoProps<...> & WithMediaProps<...> & RefAttributes<...>'.
../../../app/modal.tsx(14,13): error TS2322: Type '"xl"' is not assignable to type '"xxs" | "xs" | "sm" | "base" | "md" | "lg" | undefined'.
../../../app/notifications.tsx(75,43): error TS2339: Property 'title' does not exist on type 'WithId<UserNotification<string>>'.
../../../app/sign-in.tsx(339,31): error TS2322: Type '{ placeholder: string; value: string; onChangeText: (updater: Updater<string>) => void; onBlur: () => void; secureTextEntry: boolean; required: true; type: string; }' is not assignable to type 'IntrinsicAttributes & InputFieldProps & RefAttributes<any>'.
  Property 'required' does not exist on type 'IntrinsicAttributes & InputFieldProps & RefAttributes<any>'.
../../../app/sign-in.tsx(465,33): error TS2322: Type '{ label: string; placeholder: string; value: string; onChangeText: (updater: Updater<string>) => void; onBlur: () => void; secureTextEntry: boolean; required: true; type: string; }' is not assignable to type 'IntrinsicAttributes & InputFieldProps & RefAttributes<any>'.
  Property 'label' does not exist on type 'IntrinsicAttributes & InputFieldProps & RefAttributes<any>'.
../../../app/upsell/[variant].tsx(465,57): error TS2322: Type '{ icon: IconSvgObject; size: number; color: string; opacity: number; }' is not assignable to type 'IntrinsicAttributes & IconProps'.
  Property 'opacity' does not exist on type 'IntrinsicAttributes & IconProps'.
../../../app/webview-page.tsx(158,9): error TS2322: Type 'string | null | undefined' is not assignable to type 'string | undefined'.
  Type 'null' is not assignable to type 'string | undefined'.
../../../components/Avatar.tsx(245,15): error TS2322: Type '{ icon: any; size: number; color: string; variant: string; }' is not assignable to type 'IntrinsicAttributes & HugeiconsProps & RefAttributes<Svg>'.
  Property 'color' does not exist on type 'IntrinsicAttributes & HugeiconsProps & RefAttributes<Svg>'.
../../../components/cofounder/BottomSheetTrigger.tsx(39,17): error TS2322: Type 'unknown' is not assignable to type 'IconSvgElement'.
../../../components/cofounder/chat-components/MapboxView.tsx(151,12): error TS2304: Cannot find name 'Pressable'.
../../../components/cofounder/chat-components/MapboxView.tsx(191,13): error TS2304: Cannot find name 'Pressable'.
../../../components/cofounder/chat-components/PDFPreview.tsx(56,28): error TS2352: Conversion of type '{ id: string; }' to type 'UserDocument' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
../../../components/FeaturedBusinessCard.tsx(114,9): error TS2322: Type '{ children: Element; width: number; height: number; borderRadius: number; overflow: "hidden"; backgroundColor: "$gray50"; shadowColor: "#282622"; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }' is not assignable to type 'IntrinsicAttributes & Omit<RNTamaguiViewNonStyleProps, keyof StackStyleBase> & WithThemeValues<StackStyleBase> & WithShorthands<...> & WithPseudoProps<...> & WithMediaProps<...> & RefAttributes<...>'.
  Property 'elevation' does not exist on type 'IntrinsicAttributes & Omit<RNTamaguiViewNonStyleProps, keyof StackStyleBase> & WithThemeValues<StackStyleBase> & WithShorthands<...> & WithPseudoProps<...> & WithMediaProps<...> & RefAttributes<...>'.
../../../components/Icon.tsx(32,9): error TS2322: Type '{ icon: IconSvgElement; absoluteStrokeWidth?: boolean | undefined; className?: string | undefined; style?: StyleProp<ViewStyle>; altIcon?: IconSvgElement | undefined; ... 4 more ...; fill: any; }' is not assignable to type 'IntrinsicAttributes & HugeiconsProps & RefAttributes<Svg>'.
  Property 'color' does not exist on type 'IntrinsicAttributes & HugeiconsProps & RefAttributes<Svg>'.
../../../components/instant-grants/InstantGrantFollowers.tsx(76,26): error TS7006: Parameter 'lastPage' implicitly has an 'any' type.
../../../components/instant-grants/InstantGrantFollowers.tsx(118,34): error TS7006: Parameter 'page' implicitly has an 'any' type.
../../../components/Skeleton.tsx(42,9): error TS2322: Type '{ width: string | number; height: string | number; borderRadius: number; backgroundColor: any; opacity: Animated.Value; }' is not assignable to type 'false | "" | RegisteredStyle<ViewStyle> | Value | WithAnimatedObject<ViewStyle> | AnimatedInterpolation<string | number> | WithAnimatedArray<...> | readonly (false | ... 6 more ... | undefined)[] | null | undefined'.
  Types of property 'width' are incompatible.
    Type 'string | number' is not assignable to type 'number | "auto" | Value | AnimatedInterpolation<string | number> | `${number}%` | WithAnimatedObject<AnimatedNode> | null | undefined'.
      Type 'string' is not assignable to type 'number | "auto" | Value | AnimatedInterpolation<string | number> | `${number}%` | WithAnimatedObject<AnimatedNode> | null | undefined'.
../../../hooks/login/useLoginNavigator.ts(2,28): error TS2307: Cannot find module '@skip-valhalla/stores/auth/login-navigation' or its corresponding type declarations.
../../../stores/ai/ai-chat-history.ts(44,41): error TS2339: Property 'agentBusinessId' does not exist on type '{ _id: string; }'.
../../../stores/ai/ai-chat-suggestions.ts(112,11): error TS2741: Property 'timestamp' is missing in type '{ role: "user"; content: string; }' but required in type 'Message'.
../../../stores/ai/ai-chat-suggestions.ts(172,38): error TS2339: Property '_id' does not exist on type 'UserData'.
../../../stores/ai/ai-chat.ts(510,57): error TS2339: Property 'query' does not exist on type 'DecoratedProcedureRecord<CreateRouterInner<RootConfig<{ ctx: { user: { readonly role: "public"; } | { readonly role: "admin"; } | { readonly role: "user"; readonly aud: string; readonly auth_time: number; readonly email?: string | undefined; ... 8 more ...; readonly uid: string; } | null; req: NextApiRequest | undef...'.
../../../stores/ai/ai-chat.ts(515,51): error TS7006: Parameter 'msg' implicitly has an 'any' type.
../../../stores/ai/ai-chat.ts(552,67): error TS2339: Property 'mutate' does not exist on type 'DecoratedProcedureRecord<CreateRouterInner<RootConfig<{ ctx: { user: { readonly role: "public"; } | { readonly role: "admin"; } | { readonly role: "user"; readonly aud: string; readonly auth_time: number; readonly email?: string | undefined; ... 8 more ...; readonly uid: string; } | null; req: NextApiRequest | undef...'.
../../../stores/notifications/inquiries.ts(32,58): error TS2339: Property 'query' does not exist on type 'DecoratedProcedureRecord<CreateRouterInner<RootConfig<{ ctx: { user: { readonly role: "public"; } | { readonly role: "admin"; } | { readonly role: "user"; readonly aud: string; readonly auth_time: number; readonly email?: string | undefined; ... 8 more ...; readonly uid: string; } | null; req: NextApiRequest | undef...'.
../../../stores/notifications/inquiries.ts(37,16): error TS7006: Parameter 'chat' implicitly has an 'any' type.
../../../stores/notifications/inquiries.ts(38,13): error TS7006: Parameter 'chat' implicitly has an 'any' type.
../../../utils/featured-business.ts(4,3): error TS2724: '"@skip-valhalla/interfaces"' has no exported member named 'BUSINESS_CATEGORIES'. Did you mean 'BUSINESS_CATEGORIES_MAP'?
../../../utils/trpc.ts(20,3): error TS2322: Type 'typeof SuperJSON' is not assignable to type '"You must set a transformer on the backend router"'.
../../../../skip-valhalla/apps/web/src/app/api/utils/authorization.ts(1,55): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/app/api/utils/authorization.ts(2,26): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/_app.ts(1,45): error TS2307: Cannot find module '@skip-valhalla/common/utils/eidl-loan-calulator' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/_app.ts(2,32): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/_app.ts(131,18): error TS7006: Parameter 'alias' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(6,8): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(7,32): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(41,50): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(50,52): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(70,20): error TS7006: Parameter 'chat' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(79,50): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(83,18): error TS7006: Parameter 'user' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(97,18): error TS7006: Parameter 'chat' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(167,38): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/ai-chat.ts(357,15): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/apple-iap.ts(6,52): error TS2307: Cannot find module '@skip-valhalla/common/constants/products' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/apple-iap.ts(7,28): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/business-plan.ts(4,8): error TS2307: Cannot find module '@skip-valhalla/web/utils/server/business-plan' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/business.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/business.ts(2,20): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/business.ts(3,26): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/business.ts(60,49): error TS7006: Parameter 'transaction' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/counter.ts(1,42): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/counter.ts(108,20): error TS7006: Parameter 'row' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business-map.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business-map.ts(2,25): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business-map.ts(3,42): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(5,8): error TS2307: Cannot find module '@skip-valhalla/common/utils/grant-winner-query' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(6,46): error TS2307: Cannot find module '@skip-valhalla/common/utils/zipcode' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(7,46): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(8,42): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(9,28): error TS2307: Cannot find module '@skip-valhalla/firebase-web/firestore' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(21,26): error TS2307: Cannot find module '@skip-valhalla/stores/payment/payment-utils' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(22,24): error TS2307: Cannot find module '@skip-valhalla/web/app/api/utils/logger' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(173,17): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(182,17): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(195,46): error TS7006: Parameter 'builder' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(205,42): error TS7006: Parameter 'builder' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(223,13): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(236,13): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(332,59): error TS7031: Binding element 'id' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(344,19): error TS2571: Object is of type 'unknown'.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(500,44): error TS7006: Parameter 'productSnapshot' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(527,12): error TS7006: Parameter 'sum' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(527,17): error TS7006: Parameter 'product' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(954,14): error TS7006: Parameter 'business' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1078,16): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1083,17): error TS7006: Parameter 'e' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1331,20): error TS7006: Parameter 'rows' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1331,39): error TS7006: Parameter 'it' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1398,13): error TS2322: Type 'DocumentData | AppleSubscriptionData | StripeSubscriptionData | null' is not assignable to type 'ISubscription | null'.
  Type 'DocumentData' is not assignable to type 'ISubscription | null'.
    Type 'DocumentData' is not assignable to type 'StripeSubscriptionData'.
      Type 'DocumentData' is missing the following properties from type 'SubscriptionCore': id, role
../../../../skip-valhalla/apps/web/src/server/routers/trpc/featured-business.ts(1502,42): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/grants.ts(1,32): error TS2307: Cannot find module '@skip-valhalla/common/utils/sql' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/grants.ts(2,31): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/images.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/images.ts(2,26): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/instant-grants.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/instant-grants.ts(2,46): error TS2307: Cannot find module '@skip-valhalla/common/utils/featured-business' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/instant-grants.ts(3,45): error TS2307: Cannot find module '@skip-valhalla/common/utils/grant-winner-query' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/instant-grants.ts(4,40): error TS2307: Cannot find module '@skip-valhalla/common/utils/instant-grants' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/instant-grants.ts(5,49): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/instant-grants.ts(6,42): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/notifications.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/notifications.ts(2,36): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/notifications.ts(3,26): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(1,37): error TS2307: Cannot find module '@skip-valhalla/common/errors/stripe-errors' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(2,25): error TS2307: Cannot find module '@skip-valhalla/common/memoizer' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(3,27): error TS2307: Cannot find module '@skip-valhalla/common/utils/general' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(10,8): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(11,26): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(12,44): error TS2307: Cannot find module '@skip-valhalla/external-services' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(21,24): error TS2307: Cannot find module '@skip-valhalla/stores/constants' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(34,32): error TS2307: Cannot find module '@skip-valhalla/common/constants/subscription' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(222,53): error TS7006: Parameter 'transaction' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(374,63): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(414,16): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(469,18): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(470,19): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(546,67): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(658,18): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(659,19): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(798,24): error TS7006: Parameter 'd' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(809,25): error TS7006: Parameter 'doc' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(1021,41): error TS7006: Parameter 'it' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/payments.ts(1110,41): error TS7006: Parameter 'd' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(2,32): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(7,24): error TS2307: Cannot find module '@skip-valhalla/web/app/api/utils/logger' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(68,7): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(85,9): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(88,9): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(114,9): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/product-showcase.ts(115,11): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/subscription.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/subscription.ts(2,31): error TS2307: Cannot find module '@skip-valhalla/external-services' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/subscription.ts(34,63): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/subscription.ts(124,63): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/subscription.ts(228,63): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/subscription.ts(267,53): error TS7006: Parameter 'invoice' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(1,25): error TS2307: Cannot find module '@skip-valhalla/core' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(2,32): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(3,31): error TS2307: Cannot find module '@skip-valhalla/external-services' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(5,24): error TS2307: Cannot find module '@skip-valhalla/web/app/api/utils/logger' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(85,67): error TS7006: Parameter 'error' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(175,13): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(191,31): error TS7006: Parameter 'rows' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(193,16): error TS7006: Parameter 'row' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(200,28): error TS7006: Parameter 'rows' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/wallet.ts(202,16): error TS7006: Parameter 'row' implicitly has an 'any' type.
../../../../skip-valhalla/apps/web/src/server/routers/trpc/website.ts(1,32): error TS2307: Cannot find module '@skip-valhalla/databases' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/utils/image-upload.ts(1,39): error TS2307: Cannot find module '@skip-valhalla/common/constants/storage' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/utils/image-upload.ts(2,34): error TS2307: Cannot find module '@skip-valhalla/common/utils/general' or its corresponding type declarations.
../../../../skip-valhalla/apps/web/src/server/utils/image-upload.ts(5,28): error TS7016: Could not find a declaration file for module 'uuid'. '/Users/ebellumat/Documents/GitHub/skip-valhalla/node_modules/uuid/dist/esm-browser/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/uuid` if it exists or add a new declaration (.d.ts) file containing `declare module 'uuid';`




ebellumat@macbook-erasmo skip-fenrir % ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions