Skip to content

Fix squibv CLI runtime errors and npx access issues #4

@deftio

Description

@deftio

The squibv CLI has two critical issues preventing proper usage:

Issue 1: npx scoping problem

npx squibv fails because npm looks for a package named 'squibv' but our package is 'squibview'.

Error:

npm error 404 Not Found - GET https://registry.npmjs.org/squibv - Not found

Workaround: npx squibview works but shows 'squibv' in help.

Issue 2: Runtime TypeError on external machines

When running on different computers, getting:

TypeError: program.command(...).argument(...) is not a function

Files to investigate

  • cli/bin/squibv.js:31
  • Commander.js version compatibility
  • Node.js version dependencies

Priority

HIGH - CLI is broken for new users

References

See dev/squibv_cli_issues.md for complete error logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions