-
-
Notifications
You must be signed in to change notification settings - Fork 197
cli 8.1.1 and 8.1.2 not accounting for 'JSC' tag version - Resulting in error: Cannot read property 'version' of null #5574
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
Please run the command with |
@rigor789 : Thanks for taking the time to look into it! Attached you find the trace log. Seems like the hooks are not generated.
|
@rigor789 : I just realized, that the issue is only appearing when I build for IOS. The android build runs through without issues. Have you had a chance to look into the issue? |
@cjohn001 what are the |
@rigor789 these are the dependencies:
npm --version 7.7.6 |
Try |
@rigor789: Thank you very much! This fixes the issue. Shall I leave the issue open, till this is fixed in the scripts? |
Sure, let's keep it open - I want to get this case fixed. |
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
Hello together, since cli version 8.1.1 I am not able to build my project anymore. I run npm i --force manually, I have seen pinned issue. However, when running ns run ... the cli terminates immediately with the following error message:
Cannot read property 'version' of null
Anyone observing the issue. Has someone an idea how I can obtain more debug output?
The text was updated successfully, but these errors were encountered: