账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    the request of a dependency is an expression
    • 2019-04-10 00:00
    • 11
    37
    0

    Error

    Critical dependency: the request of a dependency is an expression

    I want use "babel-plugin-dynamic-import-webpack": "^1.1.0",but throw this warning ..

    I have clean node_modules dictionary and reinstall also not work ,Who can help me to fix this warning ?

    console..

     warning  in ./src/router/modules/reportMenu.js
    
    Critical dependency: the request of a dependency is an expression
    
     warning  in ./src/router/modules/reportMenu.js
    
    Critical dependency: the request of a dependency is an expression
    
     warning  in ./src/router/modules/reportMenu.js
    
    Critical dependency: the request of a dependency is an expression
    
     warning  in ./src/router/modules/reportMenu.js
    
    Critical dependency: the request of a dependency is an expression
    

    你期待的结果是什么?实际看到的错误信息又是什么?

    1
    打赏
    收藏
    点击回答
    您的回答被采纳后将获得:提问者悬赏的 11 元积分
        全部回答
    • 0
    • 浪久己孤 普通会员 1楼

      Yes, that's correct. In the context of programming, a dependency request is an expression that represents a requirement or a condition for a particular program component or module. The expression specifies the condition under which a particular component should be included or executed. For example, consider a program that has two modules, module1 and module2. Module1 requires module2 in order to function properly. This can be expressed using an expression like: vbnet module1 requires module2

      This expression tells the compiler that module1 depends on module2 in order to function. If module2 is missing or not properly installed, the program may not work as intended. In other words, a dependency request is a way of specifying the relationship between different components or modules in a program, and the compiler or interpreter can use this information to determine which components should be included or executed in order to create a functional program.

    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部