• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

프로젝트 세팅 중 maven compile시 에러발생합니다

21.02.01 00:14 작성 조회수 502

0

프로젝트 실행하기 강의중에 maven compile시에 아래와 같은 에러가 발생합니다.

해결 방법이 있을까요?

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.8.0:npm (npm install) on project studyolle: Failed to run task

답변 3

·

답변을 작성해보세요.

0

김한석님의 프로필

김한석

2023.05.17

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.8.0:npm (npm install) on project studyolle: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 236 (Exit value: 236) -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

저도 비슷한 에러가 찍히는데 맥북 설정 보안 문제가 싶어 해제하고 해도 안되네요 어떤 부분을 바꿔야 할 지 알 수 있을까요.

0

호대씨님의 프로필

호대씨

2022.02.06

혹시 에러중에 'husky'나 'summernote'가 있지 않으셨나요.
저도 똑같은 에러가 발생했었는데 확실하진 않지만 버전 관련 에러인것 같습니다.
(https://github.com/summernote/summernote/issues/4177)

저는 src/main/java/resources/static/package.json 파일에

"summernote": "^0.8.16" 을

"summernote": "0.8.16"으로 고쳐서 해결 봤네요.

 

 

박정식님의 프로필

박정식

2023.06.17

감사합니다.

알려준 방법대로 summernote 변경하니 오류없이 컴파일 됩니다.

0

아.. 혹시 에러 메시지는 이게 전부인가요?