Updating to newest version 9.4.0 doesn't work because of "Semver" issue... #12792
Unanswered
mauricefaeh
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, updating to newest version 9.4.0 doesn't work for me. Any suggestions how to solve this "semver" thingy? Thanks in advance.
npm outdated Package Current Wanted Latest Location next 9.3.5 9.3.5 9.4.0 xxxx.xx
npm update --dd npm info it worked if it ends with ok npm verb cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'update', '--dd' ] npm info using [email protected] npm info using [email protected] npm verb npm-session 6100331aa89b2924 npm verb update computing outdated modules to update npm http fetch GET 304 https://registry.npmjs.org/react-dom 215ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/react 236ms (from cache) npm http fetch GET 304 https://registry.npmjs.org/next 260ms (from cache) npm verb outdated not updating next because it's currently at the maximum version that matches its specified semver range npm verb exit [ 0, true ] npm timing npm Completed in 1554ms npm info ok
Beta Was this translation helpful? Give feedback.
All reactions