zoukankan      html  css  js  c++  java
  • npm run dev时 一堆报错 (node:37693) Warning: Accessing nonexistent property 'chmod' of module exports inside circular dependency

    (node:37693) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
    (Use `node --trace-warnings ...` to show where the warning was created)
    (node:37693) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
    (node:37693) Warning: Accessing non-existent property 'to' of module exports inside circular dependency

      • 可切换node至v10.版本
      • 升级shelljs到 v0.8.4 即可解决
      • 升级shelljs:npm install shelljs@0.8.4 --save

    npm install shelljs@0.8.4 --save

     
  • 相关阅读:
    去除 SQL Server 查询结果中的两边空格
    Ubuntu 中安装 Oracle 10g
    不同格式的下拉列表框
    闲来无趣,写了个简单的JavaScript验证码
    Ubuntu 任务前后台调度管理
    C#数据类型转换,Convert
    OleDbType,C#,access 对应数据类型,互相对应
    SQL 将查询出的表当做 value 插入到表中
    asp.net mvc && asp.net 页面跳转
    asp.net mvc 与 asp.net结合(asp.net mvc 技巧)
  • 原文地址:https://www.cnblogs.com/phpwyl/p/15620640.html
Copyright © 2011-2022 走看看