简体   繁体   English

我在咕unt中遇到以下错误

[英]I am facing the below error in grunt

If I type the grunt the following error is displaying: 如果键入grunt ,则会显示以下错误:

Fatal error: Different sources attempting to write to the same destination:
 {
    "dest": "dist\\scripts\\dynamic-form\\dynamic-form.min.js",
    "src": [
        "app\\scripts\\dynamic-form\\dynamic-form.min.js"
    ]
}
  {
    "files": []
}

确保login.ptindex.pt所需的styles/vendor.css具有相同的资源。

i just configure in my grunt file.js as shown below 我只是在我的grunt file.js中进行配置,如下所示

{
  "dist\\scripts\\dynamic-form\\dynamic-form.min.js": [
        "app\\scripts\\dynamic-form\\dynamic-form.min.js"]
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在下面的代码中遇到未定义的阅读长度错误 - I am facing an undefined reading length error in my code below 我在运行 reactjs 应用程序时遇到问题。下面给出的是错误 - I am facing a problem while running reactjs application.Given below is the error 在尝试启动反应应用程序时,我面临以下错误并且它没有编译为什么? - While trying to start react app i am facing the below error and it is not compiling why? 我在jquery ui工具提示和bootstrap.js中面临冲突,因此我将以下解决方案作为建议的新别名并收到错误:- - I am facing conflict in jquery ui tooltip and bootstrap.js, so I put the below solution as suggested for new alias and getting the error :- 我面临一个错误 ReferenceError: Paginator is not defined - I am facing a error ReferenceError: Paginator is not defined 想显示投资组合图片,但我遇到了一些错误 - want to show portfolio images but i am facing some error 包含页面后,我面临ajax错误(未找到) - After including page I am facing ajax error (Not Found) 我面临 500 内部服务器错误! 对于 ajax 代码 - i am facing 500 Internal server error! for a ajax code 我正面临一个错误 net::ERR_ABORTED 401(未经授权) - I am facing an error net::ERR_ABORTED 401 (Unauthorized) React 新手,我在 React 中遇到了这个启动错误 - New to React i am facing this start error in react
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM