zoukankan      html  css  js  c++  java
  • Node——npm ERR! cb() never called!

    前言

    今日安装依赖的时候突然报错

    步骤

    1. 管理员身份运行cmd并清除npm的缓存
    C:UsersWangYang>npm cache clean -f
    npm WARN using --force I sure hope you know what you are doing.
    
    1. 安装n模块
    C:UsersWangYang>npm install -g n --force
    npm WARN using --force I sure hope you know what you are doing.
    C:UsersWangYangAppDataRoaming
    pm
     -> C:UsersWangYangAppDataRoaming
    pm
    ode_modules
    in
    
    + n@6.7.0
    added 1 package from 4 contributors in 0.799s
    
    1. 进入到项目,重新安装依赖
    E:ProjectSCRM-APP-H5>cnpm install
    / [23/75] Installing y18n@^3.2.1
    .....
    .....
    √ All packages installed (1394 packages installed from npm registry, used 35s(network 20s), speed 253.35kB/s, json 1147(2.98MB), tarball 2.07MB)
    
    学无止境,谦卑而行.
  • 相关阅读:
    使用 PyCharm 远程调试 Django 项目
    (坑集)Python环境配置
    字典的使用
    列表的使用
    字符串的魔法
    php 文件函数
    php 时间函数
    php xajax库基本知识
    php header函数
    c++注释
  • 原文地址:https://www.cnblogs.com/wangyang0210/p/13550117.html
Copyright © 2011-2022 走看看