What is the meaning of tilde and caret in package.json?
Answer / 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 |
What tools can help you assure a consistent style?
How to config properties in express js?
What is SSL/TLS in node.js?
What is a child_process module in node.js?
Who developed npm?
What are callback functions in node js?
What is node application?
How you can update NPM to new version in Node.js?
What do you understand by middleware?
What is node.js and why it is used?
What is the difference between events and callbacks in node.js?
define an error-first callback?