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
When I try to create a new project with "tns create", the script freezes right after the start without any further console output. The project directory is created an the package.json within that directory too, but nothing more.
From then it is even impossible to exit the script with CTRL+C. I have to kill all 4 node.exe processes manually in the task-manager.
Because I am behind a company proxy I allready set the proxy with "tns proxy set ***" like I did with npm.
Problem solved. Seems that "tns create" need 5 minutes until it starts deploying something to the phone. So after 5 minutes without any response and output it finally starts doing what it should. The same behaviour with "tns start android"...also needs approx 3 - 5 min without any message.
When I try to create a new project with "tns create", the script freezes right after the start without any further console output. The project directory is created an the package.json within that directory too, but nothing more.
From then it is even impossible to exit the script with CTRL+C. I have to kill all 4 node.exe processes manually in the task-manager.
Because I am behind a company proxy I allready set the proxy with "tns proxy set ***" like I did with npm.
tns-version: 4.3.0-2018-08-23-12145
npm-version: 5.10.0
The text was updated successfully, but these errors were encountered: