codemonkey00
codemonkey00
I'm getting this same error with `ns build android` and `ns run android`. I tried to run `ns clean` then `npm install --legacy-peer-deps=true` but I still get the same error....
@rigor789 > npm ls --depth=10 ``` +-- @angular-devkit/[email protected] | +-- @angular-devkit/[email protected] | | +-- @angular-devkit/[email protected] deduped | | `-- [email protected] deduped | +-- @angular-devkit/[email protected] | | +-- [email protected] deduped |...
@rigor789 `"@angular-devkit/build-angular": "0.1102.13"` is used to run ng build in order to build my Angular website. It's an existing website that I'm trying to also build as an app with...