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
Thanks for the amazing work on integrating Angular 2 with NativeScript at such a good pace. Looking forward for future releases.
The main issue that I'm facing now is:
Dev Dependencies (like Gulp, etc) getting built and build is failing because of which Gulp integration is not working currently.
Can this be fixed at the earliest as we are unable to use Gulp within our project when using Angular 2 and NativeScript?
What went wrong:
Execution failed for task ':processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.E
xecException: Process 'command 'C:\Android\android-sdk\build-tools\23.0.3\aapt.e
xe'' finished with non-zero exit value 1`
The text was updated successfully, but these errors were encountered:
I finally reproduced the problem, and I believe this to be a problem with how nativescript-cli handles npm dependencies. Steps to reproduce:
Start an empty project.
Run it using $ tns run android
Install gulp: $ npm install gulp --save-dev
$ tns run android
Working around the problem is easy, but not obvious -- don't call npm, but let the tns tool do that for you by adding gulp to your package.json and running tns install or just tns run android
Thanks for the amazing work on integrating Angular 2 with NativeScript at such a good pace. Looking forward for future releases.
The main issue that I'm facing now is:
Dev Dependencies (like Gulp, etc) getting built and build is failing because of which Gulp integration is not working currently.
Can this be fixed at the earliest as we are unable to use Gulp within our project when using Angular 2 and NativeScript?
My Dev Dependencies:
"devDependencies": { "nativescript-dev-typescript": "^0.3.1", "shelljs": "^0.5.3", "typescript": "^1.8.9", "gulp": "^3.9.1", "gulp-debug": "^2.1.2", "gulp-typescript": "^2.12.1", "del": "^2.2.0", "run-sequence": "^1.1.4" }
Build Failure:
`:processDebugResources FAILED
FAILURE: Build failed with an exception.
Execution failed for task ':processDebugResources'.
The text was updated successfully, but these errors were encountered: