-
Hello! I use node.js 16 on Windows 10. When I install gulp using pnpm I see the following:
But when I use npm to install gulp I see additional info:
I see, that I used pnpm to install gulp and didn't see such message. As result I was need a whole week to find why How to turn on such warnings in pnpm? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Currently pnpm prints only deprecation warnings of direct dependencies. But all the deprecation messages are found in the lockfile. So you could search for all "deprecated" in I guess if we don't print deprecation messages of subdeps, we should at least print that there are such packages and the information about them is in the lockfile. Maybe we could print something like this in the installation summary: |
Beta Was this translation helpful? Give feedback.
-
Fix released in 6.26.1 |
Beta Was this translation helpful? Give feedback.
Fix released in 6.26.1