adspace
What is the meaning of tilde and caret in package.json?
Answer Posted / Vikas Srivastava
In a package.json file, the '~' symbol (tilde) specifies that the latest patch version of the specified package should be installed, while the '^' symbol (caret) allows minor updates to the specified package version.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers