Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Build 拒绝:错误:enoint:没有此类文件或目录,请打开_Build_Polymer_Command Line Interface - Fatal编程技术网

Build 拒绝:错误:enoint:没有此类文件或目录,请打开

Build 拒绝:错误:enoint:没有此类文件或目录,请打开,build,polymer,command-line-interface,Build,Polymer,Command Line Interface,如何调试聚合物cli聚合物构建。 在构建过程中,我遇到了一个错误 承诺拒绝:错误:enoint:没有这样的文件或目录,打开 我假设这是因为包之间存在一些依赖关系,但我不知道如何调试构建过程以找出是哪个包导致了它。 问题在于 “/bower_components/paper styles/element styles/paper material.html” 在我的版本中,我有 “/bower_components/paper styles/element styles/paper Materia

如何调试聚合物cli聚合物构建。 在构建过程中,我遇到了一个错误 承诺拒绝:错误:enoint:没有这样的文件或目录,打开 我假设这是因为包之间存在一些依赖关系,但我不知道如何调试构建过程以找出是哪个包导致了它。 问题在于 “/bower_components/paper styles/element styles/paper material.html” 在我的版本中,我有
“/bower_components/paper styles/element styles/paper Materials styles.html”

搜索项目以及bower_components目录中对
paper material.html
的任何引用,并将其替换为
paper material styles.html
(如果您的bower_components目录中有对该文件的引用,希望您只需将任何组件更新为其最新版本即可)。该文件已重命名以解决错误,请参阅