Open sbmaggarwal opened 7 months ago
I had the same issue as you.
I resolved that issue by adding angular packages.
if you are using yarn.
yarn add @angular-devkit/schematics @angular-devkit/core @schematics/angular
if you are using npm.
yarn add @angular-devkit/schematics @angular-devkit/core @schematics/angular
I'm submitting a...
Current behavior
I am following the Trilon blog to setup my project: Deploy NestJS Serverless Apps to Azure Functions. When I run command:
I see this issue:
I have:
Expected behavior
The module should be installed fine.
Environment