Skip to content
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

"Expected "/*", "//" or "{" but "<" found." reappeared #2062

Closed
ignaciolarranaga opened this issue Sep 15, 2016 · 2 comments
Closed

"Expected "/*", "//" or "{" but "<" found." reappeared #2062

ignaciolarranaga opened this issue Sep 15, 2016 · 2 comments

Comments

@ignaciolarranaga
Copy link

After a first execution it starts giving the same error.

The same workaround as #1639 still works

@enchev
Copy link
Contributor

enchev commented Sep 16, 2016

Hey @ignaciolarranaga,

Please update your app as described here:
NativeScript/NativeScript#2703 (comment)

@enchev enchev closed this as completed Sep 16, 2016
@ignaciolarranaga
Copy link
Author

ignaciolarranaga commented Sep 16, 2016

Hi @enchev, thanks, but you know I follow those steps and it is still happening.
The first tns run works ok, but on the second and after the problem starts.

The workaround described here #1639 is still working. I just double checked the versions:

"nativescript": {
    "id": "com.gynto.client",
    "tns-android": {
      "version": "2.3.0"
    },
    "tns-ios": {
      "version": "2.3.0"
    }
  },
  "dependencies": {
    "@angular/common": "2.0.0",
    "@angular/compiler": "2.0.0",
    "@angular/core": "2.0.0",
    "@angular/forms": "2.0.0",
    "@angular/http": "2.0.0",
    "@angular/platform-browser": "2.0.0",
    "@angular/platform-browser-dynamic": "2.0.0",
    "@angular/platform-server": "2.0.0",
    "@angular/router": "3.0.0",
    "buffer": "4.6.0",
    "crypto-js": "3.1.6",
    "moment": "2.13.0",
    "nativescript-angular": "1.0.0",
    "nativescript-background-http": "0.0.3",
    "nativescript-geolocation": "0.0.12",
    "nativescript-google-analytics": "0.2.8",
    "nativescript-google-maps-sdk": "1.3.1",
    "nativescript-ios-uuid": "0.0.1",
    "nativescript-iqkeyboardmanager": "1.0.1",
    "nativescript-ng2-translate": "1.1.0",
    "nativescript-phone": "1.1.0",
    "nativescript-purchase": "0.1.0",
    "nativescript-push-notifications": "0.0.15",
    "nativescript-social-share": "1.2.0",
    "nativescript-telerik-ui": "1.2.0",
    "nativescript-unit-test-runner": "0.3.3",
    "ng2-translate": "2.5.0",
    "reflect-metadata": "^0.1.8",
    "tns-core-modules": "^2.3.0",
    "underscore": "1.8.3"
  },
  "devDependencies": {
    "babel-traverse": "6.10.4",
    "babel-types": "6.10.2",
    "babylon": "6.8.1",
    "filewalker": "0.1.3",
    "jasmine-core": "2.4.1",
    "karma": "1.1.0",
    "karma-jasmine": "1.0.2",
    "karma-nativescript-launcher": "0.4.0",
    "lazy": "1.0.11",
    "nativescript-dev-typescript": "^0.3.2",
    "typescript": "^1.8.10",
    "zone.js": "^0.6.21"
  }

And also the

pod --version
1.0.1

and ran the procedure:

rm -rf hooks
rm -rf node_modules
rm -rf paltforms
tns run ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants