You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just trying to run angular demo to test checkbox, because I have a problem with my project making it work with formControl: ERROR Error: No value accessor for form control with name....
To run angular demo, I did:
git clean -fxd npm i npm start
and select apps.demo-angular.android
then I get:
> plugins@0.0.0 start /home/hugo/projects/test/nativescript-plugins
> nps
nps is executing `default` : nps-i
? NativeScript Plugins ~ made with ❤️ Choose a command to start... apps.demo-angular.android
⚆ Run Android 🤖
nps is executing `apps.demo-angular.android` : nx run demo-angular:android
> nx run demo-angular:android
---
Running NativeScript CLI within apps/demo-angular/
ns debug android --force
---
Searching for devices...
Unable to install dependencies. Make sure your package.json is valid and all dependencies are correct. Error is: Command npm failed with exit code 1 Error output:
npm ERR! code ENOLOCAL
npm ERR! Could not install from "../../dist/packages/nativescript-intercom" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/hugo/.npm/_logs/2022-02-09T22_51_36_656Z-debug.log
Done.
———————————————————————————————————————————————
> NX ERROR Running target "demo-angular:android" failed
Failed tasks:
- demo-angular:android
Hint: run the command with --verbose for more details.
The script called "apps.demo-angular.android" which runs "nx run demo-angular:android" failed with exit code 1 https://github.com/sezna/nps/blob/master/other/ERRORS_AND_WARNINGS.md#failed-with-exit-code
ns doctor
✔ Getting environment information
No issues were detected.
✔ Your ANDROID_HOME environment variable is set and points to correct directory.
✔ Your adb from the Android SDK is correctly installed.
✔ The Android SDK is installed.
✔ A compatible Android SDK for compilation is found.
✔ Javac is installed and is configured properly.
✔ The Java Development Kit (JDK) is installed and is configured properly.
✔ Local builds for iOS can be executed only on a macOS system. To build for iOS on a different operating system, you can use the NativeScript cloud infrastructure.
✔ Getting NativeScript components versions information...
ns version
8.1.5
✔ Up to date.
The text was updated successfully, but these errors were encountered:
Hi,
I'm just trying to run angular demo to test checkbox, because I have a problem with my project making it work with formControl:
ERROR Error: No value accessor for form control with name...
.To run angular demo, I did:
git clean -fxd
npm i
npm start
and select
apps.demo-angular.android
then I get:
ns doctor
ns version
The text was updated successfully, but these errors were encountered: