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
[x ] I am running the latest version
[ x] I checked the documentation (nx.dev) and found no answer
[ x] I checked to make sure that this issue has not already been filed
[ x] I'm reporting the issue to the correct repository (not related to React, Angular or any dependency)
I've clean installed nx cli latest version as well as angular-cli with @latest.
I am not sure whether this is a bug or not. there was no doc in terms of this in NX.dev.
It always installs older version(9.0.0). How can I install with Latest Angular Version?
When I do "ng update "
Using package manager: 'npm'
Collecting installed dependencies...
Found 32 dependencies.
We analyzed your package.json, there are some packages to update:
Name Version Command to update
--------------------------------------------------------------------------------
@angular/cli 9.0.1 -> 9.1.0 ng update @angular/cli
@angular/core 9.0.0 -> 9.1.0 ng update @angular/core
rxjs 6.5.3 -> 6.5.4 ng update rxjs
The text was updated successfully, but these errors were encountered:
I used "ng update --all --force"to forcely upgrade the version. "
However, I am very concerned with some dependency issue with NX that I don't know in the future.
Now, I even can't install anything via @nrwl/XXX except for @nrwl/node
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Cannot read property 'replace' of undefined
I've found that this is because I've install with Empty preset. But, this should have worked regardless of the option.
Prerequisites
[x ] I am running the latest version
[ x] I checked the documentation (nx.dev) and found no answer
[ x] I checked to make sure that this issue has not already been filed
[ x] I'm reporting the issue to the correct repository (not related to React, Angular or any dependency)
I've clean installed nx cli latest version as well as angular-cli with @latest.
I am not sure whether this is a bug or not. there was no doc in terms of this in NX.dev.
My Global Angular CLI version
Whenever I "ng add @nrwl/angular or ng add @nrwl/angular@latest"
Currently, the latest angular/core version is 9.1.0
It always installs older version(9.0.0). How can I install with Latest Angular Version?
When I do "ng update "
Using package manager: 'npm'
Collecting installed dependencies...
Found 32 dependencies.
We analyzed your package.json, there are some packages to update:
The text was updated successfully, but these errors were encountered: