前段汇总

Posted baronboy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前段汇总相关的知识,希望对你有一定的参考价值。

  • 设置npm的源 不使用cnpm命令,直接设置NPM为淘宝镜像
    npm config set registry https://registry.npm.taobao.org
    然后验证
    npm config get registry
  • 全局删除npm安装模块 http://www.imooc.com/wenda/detail/605712
  • 设置全局模块安装位置和缓存位置
      npm config set prefix "D:
odejs
ode_global"
      npm config set cache "D:
odejs
ode_cache"
  • 查看全局安装过的模块
    npm list --depth=0 -global
  • 报错:
Errors: 2 http://eslint.org/docs/rules/semi 1 http://eslint.org/docs/rules/eol-last 1 http:

以上是关于前段汇总的主要内容,如果未能解决你的问题,请参考以下文章

备战美赛 | 美赛各题目常用算法程序汇总&参考代码

jscsshtml压缩与混淆汇总

Golang实践录:反射reflect的一些研究及代码汇总

RexNet片段记录

RexNet片段记录

实用VS Code 插件汇总