You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 install to install dependencies.
Run npm start to trigger the setup process.
The error occurs during the Python bridge setup and when attempting to audit fix with npm audit fix --force.
The text was updated successfully, but these errors were encountered:
Specs
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
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.......
Error: Failed to set up Python bridge: AxiosError: Request failed with status code 404 at setupBinaries
How Do We Reproduce?
npm install
to install dependencies.npm start
to trigger the setup process.npm audit fix --force
.The text was updated successfully, but these errors were encountered: