-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working