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
19.25k stars 1.66k forks source link

๐ŸŒŸ `bug(scripts): ./install-dependencies.sh: line 12: pushd: core: No such file or directory #2930

Closed fxcl closed 2 days ago

fxcl commented 2 days ago

Introduce SiliconFlowReranker to the rerankers list, extending support for additional reranking models.

Description

~/workspace/js/continue/scripts siliconflow* ยป ./install-dependencies.sh Installing root-level dependencies...

up to date, audited 225 packages in 959ms

94 packages are looking for funding run npm fund for details

found 0 vulnerabilities Installing Core extension dependencies... ./install-dependencies.sh: line 12: pushd: core: No such file or directory

Checklist

Screenshots

image

Testing

โ†’ ./scripts/install-dependencies.sh Installing root-level dependencies...

up to date, audited 225 packages in 1s

94 packages are looking for funding run npm fund for details

found 0 vulnerabilities Installing Core extension dependencies... ~/workspace/js/continue/core ~/workspace/js/continue npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs npm warn deprecated npmlog@6.0.2: This package is no longer supported. npm warn deprecated har-validator@5.1.5: this library is no longer supported npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead npm warn deprecated gauge@4.0.4: This package is no longer supported. npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm warn deprecated gauge@5.0.2: This package is no longer supported.

added 1221 packages, and audited 1222 packages in 12s

netlify[bot] commented 2 days ago

Deploy Preview for continuedev failed. Why did it fail? โ†’

Name Link
Latest commit 7518fbdd8148cc7c3651704f4d63be1c60059cfe
Latest deploy log https://app.netlify.com/sites/continuedev/deploys/6735f479f286d6000809b760
sestinj commented 2 days ago

@fxcl This behavior is only correct if you are running ./install-all-dependencies.sh, but will break things if you try to run ./scripts/install-all-dependencies.sh, which I want to avoid. Either we can warn the user, or can detect the current location the script is being run from, but this current change isn't something I'll merge