Build Issues Next 14.2.2 that aren't present in Next 14.1.4
Unanswered
Crème D’Argent posted this in #help-forum
Crème D’ArgentOP
Started getting some build errors like below recently, saw someone importing them as a work around but doesn't seem to work. Maybe it's a general issue with 14.2.2 since it builds fine in 14.1.4.
If I don't import the below it compiles fine...
Cannot get final name for export 'BaseDocumentTransformer' of ./node_modules/.pnpm/@langchain+core@0.1.58/node_modules/@langchain/core/documents.js
Cannot get final name for export 'AsyncCaller' of ./node_modules/.pnpm/@langchain+core@0.1.58/node_modules/@langchain/core/utils/async_caller.js
Cannot get final name for export 'compare' of ./node_modules/.pnpm/@langchain+core@0.1.58/node_modules/@langchain/core/utils/json_patch.js If I don't import the below it compiles fine...
import { ConversationChain } from "langchain/chains";1 Reply
Crème D’ArgentOP
Bumping as it's still broken on 14.2.3 release