인프런 커뮤니티 질문&답변

오홓님의 프로필 이미지

작성한 질문수

스프링과 JPA 기반 웹 애플리케이션 개발

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

21.02.01 00:14 작성

·

648

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. 19:57

[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. 21:37

혹시 에러중에 '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. 10:48

감사합니다.

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

0

백기선님의 프로필 이미지
백기선
지식공유자

2021. 02. 01. 02:17

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

오홓님의 프로필 이미지

작성한 질문수

질문하기