question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot downgrade nuxi - always 3.0.0-rc.4 present

See original GitHub issue

Environment

Nuxt CLI v3.0.0-rc.4 10:18:39 RootDir: /home/user/workspace/nuxt3-multi-page 10:18:41 Nuxt project info: 10:18:41


  • Operating System: Linux
  • Node Version: v16.15.1
  • Nuxt Version: 3.0.0-rc.2
  • Package Manager: yarn@3.2.0
  • Builder: vite
  • User Config: __esModule
  • Runtime Modules: -
  • Build Modules: -

👉 Report an issue: https://github.com/nuxt/framework/issues/new 10:18:41

👉 Suggest an improvement: https://github.com/nuxt/framework/discussions/new

👉 Read documentation: https://v3.nuxtjs.org

Reproduction

if you look into the node_modules directory of the nuxt package, there is nuxi always in the latest version, even if you explicitly install nuxt in v 3.0.0-rc.2 for example.

Describe the bug

Any attempt to install nuxi explicitly in a version below 3.0.0-rc.4 will always lead to 3.0.0-rc.4 being present in node_modules/.bin/nuxi again.

I’ve deleted the directory, changed the versions manually in package.json and used yarn add nuxt@3.0.0-rc.2 -D for the installation.

Additional context

No response

Logs

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
pi0commented, Aug 12, 2022

Please use force resolutions in order to downgrade to a fixed version:

~> https://github.com/nuxt/framework/discussions/6554

2reactions
danielroecommented, Jul 13, 2022

I think @mklueh is making the point that the version of nuxt uses the caret operator: https://unpkg.com/browse/nuxt@3.0.0-rc.5/package.json, so that even if the user has set "nuxt": "3.0.0-rc.3", their dependencies (@nuxt/vite-builder, etc.) might be higher.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to downgrade the version of Nuxt - vue.js - Stack Overflow
There are some security concerns with the previous versions, you better remove those warnings and keep an up to date version.
Read more >
Versions and upgrades | Reference - Particle docs
Device OS versions, upgrades, and downgrades. ... There may be multiple release candidates (for example, 2.0.0-rc.4) before a final release is made (2.0.0)....
Read more >
Can I Downgrade the Specifications of an MRS Cluster Node? - 华为云
You cannot downgrade the specifications of an MRS cluster node by using the console. If you want to downgrade an MRS cluster node's...
Read more >
Upgrade etcd from 3.4 to 3.5
In the general case, upgrading from etcd 3.4 to 3.5 can be a zero-downtime, rolling upgrade: one by one, stop the etcd v3.4...
Read more >
Bug listing with status RESOLVED with resolution NEEDINFO ...
many times on i586-pc-linux-gnu (-march=pentium-mmx) with gentoo-hardened system" ... Bug:72355 - "Ebuild enhancement for ISC DHCP server 3.0.1 with LDAP ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found