npx velinstyle → 404
Package name is @birdapi/velinstyle.
npx @birdapi/velinstyle --help
What might be wrong? Common blockers for install, check, assets, and Motion Clips. For step-by-step fixes use the Help center. Full guide: TROUBLESHOOTING.md. Deutsch: Fehlerbehebung
npx velinstyle → 404Package name is @birdapi/velinstyle.
npx @birdapi/velinstyle --help
create / check / skills unknownThose are the 1.2+ ship surface. Install @birdapi/velinstyle@1.4.0 (or later), or run the CLI from a local clone.
Load ESM via pathToFileURL. Run velinstyle doctor. Avoid raw d:\… dynamic imports.
doctor warns about missing vendor CSSCopy dist/ into vendor/velinstyle/ (or use create), or install the package so node_modules/@birdapi/velinstyle/dist exists.
check . floods findingsYou pointed it at a docs/demo monorepo. Use a scaffold or a single file:
velinstyle check ./index.html --profile docs
velinstyle scan ./src --severity error
Pass the right profile: marketing · app · docs · fragment · ecommerce.
velinstyle check . --profile app
velin-* classesClass drift vs CSS. Prefer documented utilities, or run blueprint --strict in the framework repo.
aria-hiddenReal a11y defects — fix markup; don’t silence the rule.
dist/ is generated — run npm install && npm run build.
Ensure velin-icons.svg is next to CSS, or set <meta name="velin-icon-sprite" content="…">.
Themes live under dist/themes/. Point velin-theme-toggle / data-velin-themes-base there.
Load the components bundle (or register the tag). Placeholders: wc-placeholder.css reduces CLS before upgrade.
Use @velinstyle/react wrappers — booleans become attributes; objects are properties; onVelin* maps to custom events.
Create a PixVerse account + API key, then velinstyle motion setup pixverse. CI with --yes + AI and no key exits 1. Guide: PixVerse.
Only non-empty .webp / .png / .jpg / .jpeg with real image magic bytes.
velinstyle doctorvelinstyle check … --jsonFAQ · Help center · Deploy · CLI ship surface · Changelog