-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Error is: Unexpected token ). Executing after-watch hook #307
Comments
Same problem with nativescript-sdk-examples-ng. |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.1.2 (node_modules\chokidar\node_modules\fsevents): C:\demo_tutorials\nativescript-sdk-examples-ng>tns run android Project successfully created. |
tns should build with local version of angular . In this case , it looks like it is picking up ng 6.0 from global as opposed to 5.0 in the local. |
After cloning,
tns run android
throws this error:
Unable to apply changes on device: emulator-5554. Error is: Unexpected token ).
Executing after-watch hook from C:\demo_tutorials\sample-Groceries\hooks\after-watch\nativescript-dev-typescript.js
tns doctor
NOTE: You can develop for iOS only on Mac OS X systems.
To be able to work with iOS devices and projects, you need Mac OS X Mavericks or later.
Updates available
┌──────────────┬─────────────────┬────────────────┬──────────────────┐
│ Component │ Current version │ Latest version │ Information │
│ nativescript │ 3.4.0 │ 4.0.1 │ Update available │
│ tns-android │ 4.0.0 │ 4.0.1 │ Update available │
└──────────────┴─────────────────┴────────────────┴──────────────────┘
No issues were detected.
The text was updated successfully, but these errors were encountered: