[Tools] Use pnpm as a Node.js version manager

Let's say for the laptop, default node version is 20.17.0, if you want the project to use 20.18.0with pnpm, you can do

// use node 20.18.0
pnpm env use -g 20.18.0

 

or, create a .npmrcfile

use-node-version=23.0.0

When run pnpm start, it will automatically pick up the node version, if you haven't install it yet, pnpm will help to fetch and install the node version

posted @   Zhentiw  阅读(16)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
历史上的今天:
2022-10-28 [Typescript] 74. Medium - LastIndexOf
2022-10-28 [Typescript] 73. Medium - Join
2020-10-28 [Kotlin] When
2020-10-28 [Kotlin] The Let function
2020-10-28 [Kotlin] The Elvis operator
2017-10-28 [ReasonML] Workshops code
2017-10-28 [ReasonML] Named & optional params
点击右上角即可分享
微信分享提示