Registry / devops / alauda-ui-migration-helper

alauda-ui-migration-helper

JSON →
library1.1.2jsnpmunverified

A CLI tool to assist migration of alauda-ui's ToastModule, MessageModule, and NotificationModule. Current version 1.1.2 with no clear release cadence. Scans project files and flags deprecated API usage, requiring manual intervention for complex cases. Lightweight, single-purpose tool for legacy alauda-ui migrations.

npm install alauda-ui-migration-helper
INSTALL
IMPORT
SIG · ALAUDA-UI-MIGRATIO
A
alauda-ui-migration-helper
devopsjavascriptv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CLI command
alauda-ui-migration-helper /path/to/project
npx alauda-ui-migration-helper /path/to/project
Install globally via npm and run directly; npx may not work if package is not in npm registry correctly.

Shows global installation and usage to scan project files for alauda-ui ToastModule deprecation patterns.

npm install --global alauda-ui-migration-helper # Scan all files in a folder alauda-ui-migration-helper ./src # Scan a specific file alauda-ui-migration-helper ./src/components/Button.tsx
Debug
Known issues
gotchaTool may miss complex migration cases and output 'Failed' requiring manual fixes; see screenshot in README.
fix
Manually inspect flagged files and apply migration changes per alauda-ui guidelines.
affects: ==1.1.2
breakingRequires Node.js 12+ (ESM modules used) but not explicitly documented.
fix
Ensure Node.js version >=12 before installing.
affects: >=1.0.0
gotchaNo uninstall command provided; must manually remove with npm uninstall -g.
fix
Run `npm uninstall --global alauda-ui-migration-helper`
affects: ==1.1.2
Errors
Common errors & fixes
Your Global Installation URL is not correct maybe the npm token is expired.
Misconfiguration in npm registry or expired token when installing globally.
fix
Re-authenticate with npm: `npm login` and check registry URL.
Cannot find module 'alauda-ui-migration-helper'
Package not installed globally or not in PATH.
fix
Run `npm install --global alauda-ui-migration-helper` again and verify with `which alauda-ui-migration-helper`.
Upgrade
Version history
1.1.2latest on npm
Audit
Dependencies
alauda-uioptionalThe target library being migrated from; tool is specific to this package
Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
alauda-ui-migration-helper — npm install alauda-ui-migration-helper · libregistry