Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    how does your package.json look like? do you got a prefix on a version number like: ~ or ^? Commented Mar 19, 2021 at 16:28
  • I have ^ everywhere Commented Mar 19, 2021 at 16:35
  • 2
    than you should read about the difference and effects what the caret is gonna do. Hope it will help you. ps. remove the ^ and you got a fixed version. Commented Mar 19, 2021 at 16:49
  • @wittgenstein Okay thank you for your answer. So in my production package.json I can remove all ^ and I can let the ^ in dev, and when I merge new features in production I set the new dependencies version manuallyif needed Commented Mar 22, 2021 at 10:58