continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
13.72k stars 970 forks source link

node scripts/esbuild.js --minify invalid relative path #1682

Open quany opened 2 weeks ago

quany commented 2 weeks ago

Before submitting your bug report

Relevant environment info

- OS:macOS 14.5 (23F79)
- Continue:
- IDE:
- Model:
- config.json:

Description

No response

To reproduce

No response

Log output

invalid relative path: extension/../../core/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js
sestinj commented 2 weeks ago

@quany can you share what branch you are working on? This looks like something that might happen if npm install hadn't been run from the core folder first, but it's hard to be sure without knowing a bit more