Skip to content

@angular/compiler-cli and @ngtools/webpack are not updated by update script #1924

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

Closed
elena-p opened this issue Jul 30, 2019 · 1 comment · Fixed by #1923
Closed

@angular/compiler-cli and @ngtools/webpack are not updated by update script #1924

elena-p opened this issue Jul 30, 2019 · 1 comment · Fixed by #1923

Comments

@elena-p
Copy link
Contributor

elena-p commented Jul 30, 2019

Describe the bug
dev dependencies @angular/compiler-cli and @ngtools/webpack are not updated by nativescript-angular update script

To Reproduce
npm i nativescript@6.0.0 -g
tns create --ng // angular dependencies are ~8.0.0
cd your-app-name
npm i nativescript-angular@8.1.0-next-2019-07-26-145152-01 --save
./node_modules/.bin/update-app-ng-deps

angular dependencies are updated to ~8.1.0
@angular/compiler-cli and @ngtools/webpack are NOT updated

Expected behavior
all angular dependencies should be updated

@NickIliev
Copy link

As far as I know, the nativescript-dev-webpack is responsible for fo updating those two. Running the webpack update script should do the job (at least It was how things were working up to this moment)

./node_modules/.bin/update-ns-webpack --deps

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

Successfully merging a pull request may close this issue.

2 participants