2017-10-10 9 views
0

Windows 10 64 비트에서 Hybris 6.3을 사용하고 있습니다. 내가 컴파일 할 때 Hybris 서버에서 빌드하지 못했습니다.

최근에 나는 모든 모듈과 애드온,하지만 한 번 문제없이 실행하는 데 사용과 hybris 시스템에 개미 청소를 실행하려고하지 실패합니다.

오류, 나는 아직도 내가 희망 뭔가 여기에 로그의 마지막 줄을 추가하고있어, this link에 개미 깨끗한 모든 명령을 실행할 때 로그 출력을 연결하고있어 명확하지 튀어 나올된다

 [touch] Creating C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\temp\hybris\touch\smarteditwebservices_testsrctouch 
     [echo] building extension 'personalizationsmartedit'... 
     [echo] START of calling grunt packageSkipTests on C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\personalizationsmartedit 
     [echo] failonerror=NOT SET, default=true, value=true 
     [echo] Creating a link to C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\npmancillary\resources\npm\node_modules in C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\personalizationsmartedit\node_modules 
     [exec] Unión creada para C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\personalizationsmartedit\node_modules <<===>> C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\npmancillary\resources\npm\node_modules 
     [echo] Running grunt packageSkipTests 
     [exec] (node:12228) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. 
     [exec] [4mRunning "jshint:all" (jshint) task[24m 
     [exec] [33mWarning: Path must be a string. Received null Use --force to continue.[39m 
     [exec] 
     [exec] [31mAborted due to warnings.[39m 
     [exec] (node:12228) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead. 

BUILD FAILED 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\build.xml:20: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\resources\ant\compiling.xml:90: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\resources\ant\compiling.xml:148: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\resources\ant\util.xml:20: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\resources\ant\compiling.xml:155: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\resources\ant\compiling.xml:297: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\platform\resources\ant\util.xml:144: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\personalizationsmartedit\buildcallbacks.xml:65: The following error occurred while executing this line: 
C:\Helvex\HYBRISCOMM6300P_8-70002554\hybris\bin\ext-content\npmancillary\buildcallbacks.xml:276: exec returned: 3 

그것은 빌드가 실패하는 이유는 나에게 정말 분명하지 않다, 나는 경고로 인해 중단되었습니다 메시지를 발견하지만 난 뒤에 이유를 이해하지 않습니다. 마지막 줄에는 임원이 다음과 같이 대답했다 : 3 그러나 그것이 무엇을 의미하는지는 모른다.

내 컴퓨터에서 최근에 변경 한 유일한 물건

은 다른 플랫폼에서 일부 웹 개발을위한 Node.js를를 업데이트했지만 그 Hybris 영향을 미치는 경우 모르겠어요.

희망 누군가가 내 문제를 식별 할 수 있습니다.

답변

1

은 내가 "꿀꿀"는 언급 로그에서 본 이후로는 Node.js를의 갱신과 관련이있을 수 있음을 날 것으로 보인다. https://gruntjs.com/getting-started에 따르면 grunt는 npm (Node.js 패키지 관리자)을 통해 설치되고 관리됩니다.

또한 로그에서 다음과 같이 보았습니다 : "DeprecationWarning : process.EventEmitter가 필요하지 않습니다. 대신 require ('events')를 사용하십시오." 이것은 여기 보이는 Node.js 문제인 것 같습니다 : https://github.com/LearnBoost/websocket.io/issues/55

내가 너라면 Node.js를 다운 그레이드하여 문제가 다시 발생하는지 확인하려고합니다.

+0

나는 나의 동료가이 4.4.1으로 다운 그레이드하며, 감사를 달렸다. –

+0

나는 그것을 기쁘게 생각한다, 환호! –