From 3c619850e4c1e157859d6d8e3251d9609a44c855 Mon Sep 17 00:00:00 2001 From: karthik <2400100035@kluniversity.in> Date: Sat, 1 Nov 2025 21:52:50 +0530 Subject: [PATCH 1/3] docs: add troubleshooting section for common CLI issues --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 02b3bc6655..0e396f2d51 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,24 @@ To get started with NativeScript, follow these steps: ``` ## Contribute +## Troubleshooting Common CLI Issues + +If you encounter errors when using the NativeScript CLI, try the following solutions: + +- **Environment Setup Issues:** + Ensure Node.js (v14.x or later) and the NativeScript CLI are installed properly. + Run `ns doctor` to diagnose environment problems. + +- **Emulator Connection Errors:** + Verify that your Android or iOS emulator is running and accessible. + Restart the emulator or device if needed. + +- **Plugin Installation Failures:** + Check internet connectivity and retry `npm install`. + Clear npm cache if problems persist: `npm cache clean --force`. + +Feel free to open issues if you need more assistance. + 1. [Setup your local development environment](https://docs.nativescript.org/setup/) From ab86db695fa191b56208f12b91d7bea27fcaf6de Mon Sep 17 00:00:00 2001 From: karthik <2400100035@kluniversity.in> Date: Mon, 3 Nov 2025 20:37:44 +0530 Subject: [PATCH 2/3] docs: enhance closing statement in README with modern style --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e396f2d51..13c717e6f4 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,7 @@ Copyright [OpenJS Foundation](https://openjsf.org) and `NativeScript` contributo [The OpenJS Foundation](https://openjsf.org/) | [Terms of Use](https://terms-of-use.openjsf.org/) | [Privacy Policy](https://privacy-policy.openjsf.org/) | [OpenJS Foundation Bylaws](https://bylaws.openjsf.org/) | [Trademark Policy](https://trademark-policy.openjsf.org/) | [Trademark List](https://trademark-list.openjsf.org/) | [Cookie Policy](https://www.linuxfoundation.org/cookies/) -
+ Made with ❤️ by NativeScript Contributors +
+ From d1ce478e8489aef068a182a43d9c921866dc7fc4 Mon Sep 17 00:00:00 2001 From: karthik <2400100035@kluniversity.in> Date: Sat, 8 Nov 2025 15:47:46 +0530 Subject: [PATCH 3/3] Add project description to README --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13c717e6f4..408934c9e0 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ $ npm start ``` We love you and your pull requests 🤗. Please follow our [contributing guide](https://github.com/NativeScript/NativeScript/blob/main/tools/notes/CONTRIBUTING.md) and see [our code of governance](https://github.com/NativeScript/management/blob/master/nativescript-governance.md) to become as involved as you want to be. +NativeScript empowers you to access native APIs from JavaScript directly, enabling rich mobile application development across iOS, Android, and visionOS platforms. ## @nativescript/* @@ -141,13 +142,34 @@ Outside the source centralized in this repo, NativeScript consists of a few othe - [Artwork](https://github.com/NativeScript/artwork) Want to use our logo or colors? Feel free to use any of our ready-to-use media material. + + + +The NativeScript project consists of multiple repositories focused on different platforms and functionalities: + + iOS and visionOS Runtime: JavaScript execution on iOS and visionOS devices (C++, Objective-C, Swift) + + Android Runtime: JavaScript execution on Android devices (C++, Java, Kotlin) + + CLI: Command-line interface to create, build, and run NativeScript apps + + Docs: Documentation in Markdown + + Plugins: Official plugins and plugin marketplace + + Firebase: Modular Firebase implementation + + ML Kit: Google’s ML Kit SDKs support + + Payments: In-app purchase and payment integration + + Artwork: Media assets like logos and branding material ## Copyright notice -Copyright [OpenJS Foundation](https://openjsf.org) and `NativeScript` contributors. All rights reserved. The [OpenJS Foundation](https://openjsf.org) has registered trademarks and uses trademarks. For a list of trademarks of the [OpenJS Foundation](https://openjsf.org), please see our [Trademark Policy](https://trademark-policy.openjsf.org/) and [Trademark List](https://trademark-list.openjsf.org/). Trademarks and logos not indicated on the [list of OpenJS Foundation trademarks](https://trademark-list.openjsf.org) are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. +Copyright [OpenJS Foundation](https://openjsf.org) and `NativeScript` contributors. All rights reserved. The [OpenJS Foundation](https://openjsf.org) has registered trademarks and uses trad> -[The OpenJS Foundation](https://openjsf.org/) | [Terms of Use](https://terms-of-use.openjsf.org/) | [Privacy Policy](https://privacy-policy.openjsf.org/) | [OpenJS Foundation Bylaws](https://bylaws.openjsf.org/) | [Trademark Policy](https://trademark-policy.openjsf.org/) | [Trademark List](https://trademark-list.openjsf.org/) | [Cookie Policy](https://www.linuxfoundation.org/cookies/) +[The OpenJS Foundation](https://openjsf.org/) | [Terms of Use](https://terms-of-use.openjsf.org/) | [Privacy Policy](https://privacy-policy.openjsf.org/) | [OpenJS Foundation Bylaws](https:>Made with ❤️ by NativeScript Contributors -
- +