cancel
Showing results for 
Search instead for 
Did you mean: 

Building extension 'smartedit' failed

0 Kudos

Hello, I have installed b2c_acc to my hybris 6.2. Then when i try to 'ant clean all', I encountered below issue:

Any advice is appreciated.

Attached full log for your reference. Full fail log

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello, which is a shell command. should work on cygwin too. Otherwise find the equivalent in cmd

Former Member
0 Kudos

Hello, it looks like your hybris 6.2 is not being run with the node server shipped with it do run "which node" and "which npm" and make sure they point to the binaries of the npmancillary extension. This is a typical problem of having a recent version of node (6.9) not matching with your version. In 6.4 we are precisely migrating the shipped node the newest LTS version of node.

0 Kudos

Hello Frédéric, i am using hybris 6.3 and i am facing the same issue. Can you give me some advice what to do to get the build running?

Many thanks

Former Member
0 Kudos

Hello Johannes. My question to you would be the same: can you check with a "which npm" and "which node" to check that you are using the binaries of node/npm meant for the 6.3 platform you are working on? I am suspecting here that you may have 2 versions of the platform or npmancillary

Former Member
0 Kudos

I have the same question. I removed all the node configuration in windows(path attribute), then it works fine.

Former Member
0 Kudos

: where do i run the command: "which npm" and "which node"? it doesn't look an ant command.