I wish to know version of package before updating the package using npm. I have updated a package to latest version and have some compatibility issues. what command should I use to know last version of installed package before update.
Asked
Active
Viewed 22 times
1 Answers
0
NPM doesn’t provide such a command.
If you want to track your changes, you need to use a version control system such as Git.

Quentin
- 914,110
- 126
- 1,211
- 1,335