3

I am trying to install @nestjs/swagger using npm i @nestjs/swagger as per documentation.

I get the following error:

npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^9.0.0" from @nestjs/swagger@6.0.3

Any idea what is the issue?I can see that the package was last published a few hours ago, not sure if related.

Yuvals
  • 3,094
  • 5
  • 32
  • 60

1 Answers1

3

npm-check-updates "/nestjs*/" -u and nest update solved this

Yuvals
  • 3,094
  • 5
  • 32
  • 60