We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vfox use node@12
node -v
The text was updated successfully, but these errors were encountered:
"I can install it directly using npm install."
npm install
Sorry, something went wrong.
You didn't hook vfox correctly.
vfox
Please see following docs:
https://vfox.lhan.me/zh-hans/guides/quick-start.html#_2-%E6%8C%82%E8%BD%BDvfox%E5%88%B0%E4%BD%A0%E7%9A%84shell
https://vfox.lhan.me/zh-hans/guides/faq.html#%E5%88%87%E6%8D%A2xxx%E4%B8%8D%E7%94%9F%E6%95%88-vfox-use%E5%91%BD%E4%BB%A4%E4%B8%8D%E7%94%9F%E6%95%88
I have configured it, but I still encounter failures when installing through yarn.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: