评论

npm(macOS)安装步骤

npm(macOS)安装步骤

原文:https://my.oschina.net/piscdong/blog/3113475

本文截取了原文中npm和cnpm的安装部分

安装npm

$ brew install node

npm直接使用淘宝镜像

$ npm install nrm -g
$ nrm use taobao

或者使用cnpm(不推荐)

$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ npm config set registry https://registry.npm.taobao.org

完成

补充:安装Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

或者(国内可用)

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
最后一次编辑于  2021-07-08  
点赞 3
收藏
评论

1 个评论

  • 龚
    发表于移动端
    2021-01-25
    项目看懂
    2021-01-25
    赞同 2
    回复
登录 后发表内容