-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_err.txt
More file actions
23 lines (23 loc) · 9.76 KB
/
tsc_err.txt
File metadata and controls
23 lines (23 loc) · 9.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
node_modules/next/dist/build/templates/app-page.d.ts(10,40): error TS2307: Cannot find module 'VAR_MODULE_GLOBAL_ERROR' or its corresponding type declarations.
node_modules/next/dist/build/webpack-config.d.ts(11,104): error TS2694: Namespace '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/next/dist/compiled/webpack/webpack".webpack' has no exported member 'RuleSetUseItem'.
node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts(1,13): error TS2613: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/next/dist/compiled/webpack/webpack"' has no default export. Did you mean to use 'import { webpack } from "C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/next/dist/compiled/webpack/webpack"' instead?
node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts(26,86): error TS2694: Namespace '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/next/dist/compiled/webpack/webpack".webpack' has no exported member 'DefinePlugin'.
node_modules/next/dist/client/components/error-boundary.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/client/components/layout-router.d.ts(3,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/client/components/not-found-boundary.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/client/with-router.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/server/app-render/entry-base.d.ts(1,85): error TS2307: Cannot find module 'react-server-dom-webpack/server.edge' or its corresponding type declarations.
node_modules/next/dist/server/render.d.ts(17,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts(4,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts(21,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts(1,8): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
node_modules/next/dist/shared/lib/utils.d.ts(12,13): error TS1192: Module '"fs"' has no default export.
node_modules/next/types/index.d.ts(10,13): error TS1259: Module '"C:/Users/Shubh Varshney/Downloads/sudomakeworld/node_modules/@types/react/index"' can only be default-imported using the 'esModuleInterop' flag
src/app/api/ai/chat/route.ts(2,33): error TS2307: Cannot find module '@/lib/megallm' or its corresponding type declarations.
src/app/api/ai/chat/route.ts(3,31): error TS2307: Cannot find module '@/lib/rag' or its corresponding type declarations.
src/app/api/ai/chat/route.ts(5,31): error TS2307: Cannot find module '@/types/database.types' or its corresponding type declarations.