Closed henrychavez closed 6 years ago
@henrychavez the error is caused by a mismatch in your angular/compiler-cli version (against the other Angular dependencies). If you are unsure what is the correct version to install, then you can use the automated script located in nativescript-dev-webpack.
cd node_modules/nativescript-dev-webpack/bin
./update-ns-webpack
cd ../../../
npm i
After the update script is executed, you should the list of updated versions
For example
Adding dev dependency: @angular/compiler-cli@~4.4.1
@NickIliev Thanks for your help!
Now it's working
I having this error
ERROR in this.compiler.compileAll is not a function
when I runnpm run build-android-bundle
.This is my dependencies: