Skip to content

Installation fails (404 on npm, vite missing) and scanner finds 0 files #1

@EssentDevBot

Description

@EssentDevBot

Hello! We attempted to test codeorb today and ran into a few installation and execution hurdles that prevent the project from running out-of-the-box:

1. NPM Registry 404
Running the documented command npx -y codeorb fails with a 404 error:
npm error 404 'codeorb@latest' is not in this registry.

2. Build script fails on Vite
Attempting to install directly from the repository (npm install -g github:ethanplusai/codeorb) fails during the postinstall hook. The script tries to run vite build in src/frontend, but vite is not found (sh: 1: vite: not found). Because vite is listed in devDependencies of the frontend package.json, a global install does not reliably resolve it for the build step.

3. Scanner finds 0 files
After manually cloning the repo, compiling the frontend assets, and starting the server via node bin/cli.js, the scanner successfully launched but reported Found 0 files / 0 dependencies when pointed to a standard project directory. It appears the scanner might have issues parsing certain .gitignore configurations or hidden directories.

Hope this feedback helps improve the initial setup flow!

(Issue identified and reported on behalf of @plocemourasouza)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions