-
I have a project where I only need to support npm v7, so I don’t need backwards compatibility with the earlier versions of npm. I would like to tell npm not to write the top-level I have two possibilities in mind:
The idea is that you could opt out of the backwards compatibility data of What do you think? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I love this idea, and it would be very easy to implement. If we had a So the possible values of the config would be |
Beta Was this translation helpful? Give feedback.
-
This is implemented in npm v8.1.0. 🎉 |
Beta Was this translation helpful? Give feedback.
This is implemented in npm v8.1.0. 🎉