美文网首页
碎片笔记

碎片笔记

作者: 且须文雅 | 来源:发表于2020-03-17 11:33 被阅读0次

    npm手动指定资源镜像地址
    npm install -gd express --registry=http://...

    npm设置镜像地址
    npm config set registry http://...

    npm 全局安装的位置
    npm root -g

    如果不用vuecli的模板

    • 安装依赖: npm install
    • 初始化 npm init -f // -f 不需要人工干预

    y

    相关文章

      网友评论

          本文标题:碎片笔记

          本文链接:https://www.haomeiwen.com/subject/oufcjhtx.html