Smart Edit构建失败6.2版本:Grunt错误

2020-09-08 06:54发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


[echo]开始在C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ smartedit上调用grunt clean [echo] failonerror = NOT SET,默认= true,value = true [echo] 在C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \中创建到C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ npmancillary \ resources \ npm \ node_modules的链接 smartedit \ node_modules [exec]该文件已存在时无法创建该文件。 [exec]结果:1 [echo]运行grunt clean [exec] grunt-cli:grunt命令行界面。 (v0.1.13)[exec] [exec]致命错误:无法找到本地咕unt声。 [exec] [exec]如果看到此消息,则说明找不到Gruntfile或未在项目本地安装grunt [exec]。 有关[exec]安装和配置grunt的更多信息,请参见《入门指南》:[exec] [exec] http: //gruntjs.com/getting-started

建立失败的C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ build.xml:58:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:563:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:616: 执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ util.xml:22:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:618:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:636:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybri s \ bin \ platform \ resources \ ant \ util.xml:146:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ smartedit \ buildcallbacks.xml: 44:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ npmancillary \ buildcallbacks.xml:268:exec返回:99

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


[echo]开始在C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ smartedit上调用grunt clean [echo] failonerror = NOT SET,默认= true,value = true [echo] 在C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \中创建到C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ npmancillary \ resources \ npm \ node_modules的链接 smartedit \ node_modules [exec]该文件已存在时无法创建该文件。 [exec]结果:1 [echo]运行grunt clean [exec] grunt-cli:grunt命令行界面。 (v0.1.13)[exec] [exec]致命错误:无法找到本地咕unt声。 [exec] [exec]如果看到此消息,则说明找不到Gruntfile或未在项目本地安装grunt [exec]。 有关[exec]安装和配置grunt的更多信息,请参见《入门指南》:[exec] [exec] http: //gruntjs.com/getting-started

建立失败的C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ build.xml:58:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:563:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:616: 执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ util.xml:22:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:618:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ platform \ resources \ ant \ antmacros.xml:636:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybri s \ bin \ platform \ resources \ ant \ util.xml:146:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ smartedit \ buildcallbacks.xml: 44:执行此行时发生以下错误:C:\ Shrikant \ Projects \ Capability \ HYBRISCOMM6200P_2 \ hybris \ bin \ ext-content \ npmancillary \ buildcallbacks.xml:268:exec返回:99

付费偷看设置
发送
13条回答
何必丶何苦呢
1楼 · 2020-09-08 07:29.采纳回答

我通过以下步骤解决了这个问题:

  1. 从HYBRISCOMM6200P \ hybris \ bin \ ext-content \ cmssmartedit和smartedit和personalizationsmartedit中删除的node_modules

  2. 在上述所有3个扩展的Gruntfile.js中添加了reporterOutput:"

  3. 然后ANT CLEAN ALL-成功构建

Tong__Ming
2楼-- · 2020-09-08 07:34

嗨,Shrikant,您的系统必须是64位和8GB Ram。因为它们使用的是node.js,是用于smartedit的64位exe文件。(路径:C:\ Sindhu \ Hybris6.2 \ hybris \ bin \ ext-content \ npmancillary \ resources \ npm \ node),如果您的系统是32bit,则可以重新设置32bitnode.js。希望这是heplfull。

Nan4612
3楼-- · 2020-09-08 07:28

我遇到了同样的问题。 通过从cmssmartedit,smartedit,personalizationsmartedit扩展名中删除node_modules文件夹来解决此问题,并进行了全部清理。 构建成功

clever101
4楼-- · 2020-09-08 07:52

HI Sindhu,我的系统是64位和8 GB内存。 仍然出现此错误-

[exec]如果看到此消息,则说明找不到Gruntfile或grunt

[exec]尚未在您的项目本地安装。 有关[exec]安装和配置grunt的更多信息,请参见《入门指南》:[exec]

[exec] http://gruntjs.com/getting-started

奄奄一息的小鱼
5楼-- · 2020-09-08 07:26

我在Windows上遇到了这个问题。 混合结构的构建过程以某种方式在 npmancillary 中的 node_modules 上创建了结点(所谓的符号链接),如果您更改了混合结构的目录,则由于链接路径为 改变了。 就像其他人说的那样,如果您删除 ext-content 扩展名中的 node_modules ,它会起作用。

CPLASF-自律
6楼-- · 2020-09-08 07:31

构建时出现相同问题。请为此问题提供解决方案

7楼-- · 2020-09-08 07:45

我通过删除 hybris \ bin \中的node_modules文件夹解决了该问题 ext-content \ npmancillary \ resources \ npm 以及smartedit扩展

一周热门 更多>