Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli check npm global packages on-demand #1388

Merged
merged 3 commits into from
Jun 27, 2019

Conversation

lonwern
Copy link
Contributor

@lonwern lonwern commented Jun 27, 2019

Currently, Cli check the npm global packages every time on startup, it spent 5 seconds or even more:

[10:26:00 INF] ABP CLI (https://abp.io)
[10:26:00 INF] Version 0.18.1 (Stable channel)
[10:26:06 INF]
Usage:

    abp <command> <target> [options]

After this changing:

[10:51:37 INF] ABP CLI (https://abp.io)
[10:51:37 INF] Version 0.18.1 (Stable channel)
[10:51:38 INF]
Usage:

    abp <command> <target> [options]

@hikalkan hikalkan requested a review from yekalkan June 27, 2019 05:53
@hikalkan hikalkan added this to the 0.19.0 milestone Jun 27, 2019
@yekalkan yekalkan merged commit 23e2b18 into abpframework:dev Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants