ixiaoyang8
如何把node更新到最新的稳定版本
阅读 46
2022-07-12
先装n,再用n把node升级到最新稳定版
$ npm install -g n
$ npm install -g n
$ n stable
$ n stable
相关推荐
精彩评论(0)