version-fox / version-fox/vfox
[BUG]: Used Node version 12, but encountered an unsupported version error while installing dependencies.
Open
Nobody has claimed this yet.
bug
- Dominant language
- Go
- Stars
- 4k
- Forks
- 157
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 5
Description
I specified the version in the project using vfox use node@12
Using node -v to check the version, it indeed confirms the successful switch.
But when using yarn to install dependencies, it prompts that the node version is not supported and indicates that I am using a different node version.
In my system, there are three versions of Node.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported sequence with vfox use node@12, node -v, and yarn install, then compare which Node executable each command resolves. Done means dependency installation uses Node 12 consistently, including when multiple Node versions are installed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100