-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugIndicates an unexpected problem or unintended behavior.Indicates an unexpected problem or unintended behavior.
Description
Specs
- Leon version: 1.0.0-beta.10+dev
- OS (or browser) version: Windows 10 (10.0.22631)
- Node.js version: v20.18.0
- Complete "leon check" (or "npm run check") output:
- Unfortunately, I encountered an error during the setup and was unable to fully complete the check process.
- (optional) Leon skill version: N/A
Expected Behavior
The Python bridge and Node.js bridge should be successfully set up, and npm audit fix --force should resolve vulnerabilities without errors. The setup should complete without 404 errors when fetching resources.
Actual Behavior
- When running
npm audit fix --force, I get the following error:
npm warn using --force Recommended protections disabled.
npm error code EUSAGE
npm error fix can not be used without a package-lock
npm error
npm error
Run a security audit
npm error
npm error
A complete log of this run can be found in.......
- When attempting to set up the Python bridge, I encounter a 404 error:
Error: Failed to set up Python bridge: AxiosError: Request failed with status code 404 at setupBinaries
How Do We Reproduce?
- Clone the Leon repository from GitHub.
- Run
npm installto install dependencies. - Run
npm startto trigger the setup process. - The error occurs during the Python bridge setup and when attempting to audit fix with
npm audit fix --force.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behavior.Indicates an unexpected problem or unintended behavior.