-
Notifications
You must be signed in to change notification settings - Fork 136
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
compilation errors #14
Comments
I think I got it. {
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"files":[],
"filesGlob": [
"./app/**/*.ts",
"./app/**/*.spec.ts",
"!./node_modules/**/*.ts",
"typings/browser.d.ts",
"typings.main.d.ts"
],
"exclude": [
"node_modules"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
} |
I have no issues here. Can you clone from scratch and |
FYI you can always see the latest build on travis, which is running everything from scratch on a brand new vm |
rm clicker/ -rf |
Hah, it's the same thing on travis, sorry mate I should have read the issue better, it's a bit early for me! Is this also solved by your PR? |
No problem, yes, the PR will solve this. |
I updated to the latest master version and ran
npm install && ionic build android
...Are the errors below related to issue #9 ? If I remove jamine entry from typings.json the jasmine errors
lines disappear while trying to run the app, however jasmine is needed when running the tests
rm typings -rf && npm install && npm test
.I tried to apply this but it seems not solve the problem.
Are you able to reproduce this logs?
The text was updated successfully, but these errors were encountered: