zoukankan      html  css  js  c++  java
  • gulp构建项目踩坑实战

    把老项目拷到自己电脑上安装依赖

    需要两个命令npm install , bower install

    发现windows下过程慢的要死,于是不停的ctrl+c停止,npm install 

    始终安装不上, 后来切换了淘宝源, 

    https://npm.taobao.org/
    改用cnpm ,速度快些,还是一直安装不上,于是删了项目在cnpm intall
    还是装不上,最后删了项目,执行
    • remove node_modules $ rm -rf node_modules/
    • run $ npm cache clean
    相当于清理了npm的缓存吧,最后终于成功了
  • 相关阅读:
    POJ 2209
    POJ 2196
    POJ 2215
    POJ 2192
    POJ 2195
    POJ 2181
    POJ 2182
    POJ 2159
    POJ 2153
    字符设备驱动 —— 字符设备驱动框架
  • 原文地址:https://www.cnblogs.com/tchlu/p/5264947.html
Copyright © 2011-2022 走看看