cli 8.1.1 and 8.1.2 not accounting for 'JSC' tag version - Resulting in error: Cannot read property 'version' of null
See original GitHub issueEnvironment
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: 8.1.1 and 8.1.2
- Cross-platform modules: “@nativescript/core”: “~8.1.2”, and 8.1.1
- Android Runtime: 8.1.1
- iOS Runtime: JSC
- XCode Version: Version 12.5.1 (12E507)
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?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Cannot read property 'version' of null - npm - Stack Overflow
Try this command in your terminal for your first warning, 1.$ npm cache clean --force 2.delete node_modules by $ rm -rf node_modules 3....
Read more >pinentry bug fix and enhancement update
[2.99.917-11] - Today's git snap [2.99.917-10] - update git snap - fixes uninitialised properties crash [2.99.917-9] - Today's git snap - Don't force...
Read more >ChangeLog-SLE-15-SP3-GM-SLE-15-SP4-PublicBeta ... - SUSE
Issue 4912 - Account Policy plugin does not set the config entry DN * Issue ... all mdevs more intuitive - Update to...
Read more >Mass rebuild with perl-5.12.0 - FTP Directory Listing
Update to last 4.01 version from OCaml git. - Fix bug in argument parsing resolves: rhbz#1139803 - Use -fno-strict-aliasing when building the compiler...
Read more >Authentication bypass for viewing and deletions of snapshots - Vulners
Patched versions Release 8.1.6: Download Grafana 8.1.6 Release notes Release ... no evidence of exploitation * 2021-09-23: Grafana Cloud instances updated ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure, let’s keep it open - I want to get this case fixed.
@rigor789: Thank you very much! This fixes the issue. Shall I leave the issue open, till this is fixed in the scripts?