NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

fix: remove cli-table aliasing #5763

Closed rigor789 closed 1 year ago

rigor789 commented 1 year ago

PR Checklist

What is the current behavior?

We're aliasing cli-table to cli-table3. This causes issues with certain package managers.

What is the new behavior?

We no longer alias cli-table and instead use cli-table3. Upon checking our 3rd party deps, all of them are already using cli-table3 so the primary reason this was aliased in the first place no longer stands.