maddyM
Convex Community3y ago
8 replies
maddy

Getting identifier conflict when deploying on Vercel

node_modules/@types/web/index.d.ts(7,1): error TS6200: Definitions of the following identifiers conflict with those in another file: NodeFilter, XPathNSResolver, SVGMatrix, WebKitCSSMatrix, SVGPoint, SVGRect, location, webkitURL, ImportExportKind, TableKind, ValueType, ExportValue, Exports, ImportValue, Imports, ModuleImports, ElementTagNameMap, name, AlgorithmIdentifier, BigInteger, BinaryData, BlobPart, BodyInit, BufferSource, COSEAlgorithmIdentifier,

I am working in a javascript codebase so I setup convex without typescript support. It works locally but when I deploy on Vercel I get the above error. Is there an easy fix for this?
Was this page helpful?