You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]
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.