How to use v2 (i.e. nestjs v11) #15
-
The README says that v2 supports nestjs v11. But I do not see v2 published to npmjs.com: https://www.npmjs.com/package/nestjs-redox?activeTab=versions (even though I see v2 releases in https://github.com/julianpoemp/nestjs-redox/releases) Is it only possible by pointing in the package.json to a github URL? |
Beta Was this translation helpful? Give feedback.
Answered by
julianpoemp
May 14, 2025
Replies: 1 comment 4 replies
-
v2 is published on npm, you see it on the list more below. It's strange why v1 is marked as latest even if v2 should be the latest... You can install it using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
gnapse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v2 is published on npm, you see it on the list more below. It's strange why v1 is marked as latest even if v2 should be the latest...
You can install it using
npm install [email protected] --save