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


Please Help Members By Posting Answers For Below Questions

How we can read a file in node js?

571


Is node js losing popularity?

590