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

nodeJS processes not killed after 'tns create' on Mac OS with latest "next" #4593

Closed
VladimirAmiorkov opened this issue May 8, 2019 · 1 comment
Assignees
Milestone

Comments

@VladimirAmiorkov
Copy link

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 5.4.0-2019-05-08-13226
  • Mac OS version: 10.14.4 (18E226)

Describe the bug
When creating a project using tns create testapp --js, after the creation is finished if you open Activity Monitor and search for "node" you can find at least 2 processes left.

To Reproduce

  • Install the 5.4.0-2019-05-08-13226 version of the CLI npm i nativescript@5.4.0-2019-05-08-13226
  • Open Activity Monitor
  • Do tns create my-app --js
  • Search for "node" in the Activity Monitor

Expected behavior
After creation of the project there are no nodeJS processes left alive.

@rosen-vladimirov rosen-vladimirov self-assigned this May 8, 2019
@rosen-vladimirov rosen-vladimirov added this to the 5.4.0 milestone May 8, 2019
@rosen-vladimirov rosen-vladimirov added no-changelog The issue is present only in `next` versions and was not included in official version. ready for test and removed in progress no-changelog The issue is present only in `next` versions and was not included in official version. labels May 8, 2019
@rosen-vladimirov
Copy link
Contributor

Another way to check if there are leaked processes is by using the following command (after CLI has died):

ps -ef | grep nativescript | grep -v grep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants