Skip to content

Commit 0036403

Browse files
committed
test(NODE-7278): update langchainjs location
1 parent 888ccca commit 0036403

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

langchain-js/run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ setup_node_and_yarn() {
2727
export npm_config_prefix
2828

2929
npm install --global yarn
30+
npm install -g corepack
31+
corepack enable
3032
}
3133

3234
setup_langchain_integration() {
33-
cd libs/langchain-mongodb
35+
cd libs/providers/langchain-mongodb
3436

3537
yarn install
3638
yarn build

0 commit comments

Comments
 (0)