• node--cli


    1 js 包管理工具

    一般使用的有 npm cnpm yarn,推荐使用yarn(个人喜好)

    2 替换源

    为了避免被墙引发的错误,下载包时的速度,使用淘宝镜像

    npm config set registry=https://registry.npm.taobao.org
    

    3 使用 yarn

    安装 yarn

    npm install yarn -g
    

    设置源

    yarn config set registry https://registry.npm.taobao.org
    

    4 使用 cnpm

    添加方式和 yarn 类似

    Created: 2019-12-20 周五 19:03

    Validate

  • 相关阅读:
    C# winForm webBrowser页面中js调用winForm类方法(转)
    Shader开发工具: PVRShaman
    创建压缩纹理的工具
    Andriod NDK编译的时候无法使用math.h的函数。
    mongodb自动关闭:页面文件太小,无法完成操作
    通读cheerio API
    How to skip to next iteration in jQuery.each() util?
    在javascript中substr和substring的区别是什么
    运行代码时报linker command failed with exit code 1 错误
    软件开发模式对比(瀑布、迭代、螺旋、敏捷)
  • 原文地址:https://www.cnblogs.com/heidekeyi/p/12017679.html
Copyright © 2020-2023  润新知