Omar Cheema @omarcheema
6 Total Points
0 Best Answers
0 Posts
0 Snippits
Activities
What's the difference between a tilde (~) and a caret (^) in the package.json file?
Asked by Omar Cheema ·
When I create any project in Vue or React, the package's version in the package.json is prefixed with caret (^) or tilde (~). The same thing happens when I install a new package, (...)
1
2
4802