-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Nodejs #201
Comments
Nodejs:官方:
node 版本选择:
|
node 版本管理工具:
fnm:
curl -fsSL https://github.com/Schniz/fnm/raw/master/.ci/install.sh | bash -s -- --force-install
# 查看版本
fnm -V
# 常用命令:
fnm ls-remote | grep v10
fnm ls-remote | grep v16.
fnm install v10.22.0
fnm install v16.13.1
fnm use v10.22.0
fnm alias default v10.22.0 #设置默认版本
|
js 包管理工具:
pnpm:https://pnpm.io/zh/installation npm install -g pnpm
npx pnpm add -g pnpm
pnpm install
pnpm run
yarn:
|
7 tasks
This was referenced Jan 13, 2022
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related:
The text was updated successfully, but these errors were encountered: