nativescript-cli
nativescript-cli copied to clipboard
Command-line interface for building NativeScript apps
### Issue Description I am trying to update to NodeJS 20 on macOS Sonoma 14.3 I have a NodeJS installation managed with nvm ``` rm -rf ~/.npm/_cacache/; nvm install 20.11.0;...
…nfig (`android.gradleVersion`). We also now allows `buildToolsVersion` to be correctly overriden Also we now replace `{{pluginNamespace}}` for plugins as requirement for gradle 8 Same `__PACKAGE__` is replaced in app build.gradle...
also send the changed files in `IFilesChangeEventData` so that hooks can know what files have changed I needed those changes to handle all cases in localization plugin. I need to...
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
**Environment** - CLI: 8.6.3 **Describe the bug** When changing the `@nativescript/android` version in `package.json` to `*` the project can't be built anymore. **To Reproduce** - `ns create TestApp --vue` -...
### Issue Description Starting with NativeScript v8.6.0, `ns prepare ios` may duplicate native code section `TNSNativeSource` in Xcode projects. In particular, this seems to be related to this PR: https://github.com/NativeScript/nativescript-dev-xcode/pull/15...
### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? yes. ### Tell us about the problem When...
### Is your feature request related to a problem? Please describe. It would be nice if NativeScript worked with pnpm without `--shamefully-hoist`, as that flag disables the isolation and strictness...
### Issue Description Applications created with cli 8.5.3 does not work the HMR on ios. I am creating a sample that I create with cli 8.5.3 and in this application...