Error upgrading to 4.6.1 (from 4.6.0) #39598
Answered
by
StrangeMinds1960
StrangeMinds1960
asked this question in
Q&A
|
Getting this error, haven't seen it for a very long time mastodon@strangeminds:~/live$ yarn install --immutable yarn: error: no such option: --immutable |
Answered by
StrangeMinds1960
Jun 26, 2026
Replies: 2 comments
|
Ok, tried rolling back to v4.6.0 and getting the same error, looks like I've messed up Yarn somehow |
0 replies
|
Problem fixed Problem appeared to be with Yarn, but a while back I upgraded Node to the latest version (26.* I think), this, I learned, didn't include corepack, so downgrading to Node 24.* and doing a bit of messing about to get Yarn to the right version sorted things out. |
0 replies
Answer selected by
StrangeMinds1960
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem fixed
Problem appeared to be with Yarn, but a while back I upgraded Node to the latest version (26.* I think), this, I learned, didn't include corepack, so downgrading to Node 24.* and doing a bit of messing about to get Yarn to the right version sorted things out.