Skip to content

Commit

Permalink
Merge pull request #1123 from fibonacci998/fix/update-directory-nextjs
Browse files Browse the repository at this point in the history
fix: update directory nextjs example in langgraph.md
  • Loading branch information
assafelovic authored Feb 12, 2025
2 parents 1106233 + 2b2e615 commit e916b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gpt-researcher/multi_agents/langgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Visit localhost:3000 on any browser and enjoy researching!
### Run the NextJS React App with NPM

```bash
cd frontend
cd frontend/nextjs
nvm install 18.17.0
nvm use v18.17.0
npm install --legacy-peer-deps
Expand Down

0 comments on commit e916b63

Please sign in to comment.