Markus Ende
Markus Ende
update: I get the same error, when trying to deploy
Maybe it just takes very long and I'm too impatient? Is there a way to get more logs?
Small updsate: v16 also doesn't work, last working version on my machine is 15.
update: tried with v17.3.0, it still does not work
Another update: it **did** work on an older non-M1 macbook.
Update: still not working with 18.2.4
Just found, that even if I create the destination via Servers -> other server -> Destinations, they always get created on localhost
We can use `@schematics/angular/utility` to access Angular workspace: ```ts import { getWorkspace } from '@schematics/angular/utility/config'; import { ProjectType } from '@schematics/angular/utility/workspace-models'; ```
Hi, can we somehow help so that this PR gets merged? The declared npm version in package.json seems to not match the one used in circle ci: ``` ^@^@npm ERR!...
@michaeljota Looks like the problem is, that `npm@latest` is tried to install in circleci job (https://github.com/nestjs/ng-universal/blob/master/.circleci/config.yml#L25) which resolves to 10.2.4, which needs node >=20.5.0 But node 20.3 is used in...