-
-
Notifications
You must be signed in to change notification settings - Fork 197
'unable to resolve processService' error in Nativescript v5.4.0 cli update is stopping commands from running #4623
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
Comments
@Aceman18, Can you please try |
To add to this (we debugged this in the Slack channel), |
@Fatme Success! That worked! |
@Aceman18, Let me first explain the purpose of As we decided to handle the After updating NativeScript CLI to Actually the error |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
I have just updated to the latest Nativescript version: v5.4.0, and when I try to run any common tns command for example:
tns run ios
ortns platform remove ios
the command crashes and does not execute.To Reproduce
Install latest Nativescript cli version
npm install -g nativescript
Create new hello-word app
tns create hello-word
then run:
tns run ios
Then the error occurs
Expected behavior
Command should run
Sample project
Any project
Additional context

See a screenshot below:
The error is the red message seen above.
Any command like
tns run ios
doesn't run, I've only foundtns doctor
to work but still provides the error message.The text was updated successfully, but these errors were encountered: